Re: Linux 2.5.3-pre3

From: Alexander Viro (viro@math.psu.edu)
Date: Mon Jan 21 2002 - 20:55:16 EST


On Mon, 21 Jan 2002, Linus Torvalds wrote:

> The inode thing has left umsdos broken, but Al promises to have that fixed
> soonish.

Umm... Actually in -pre3 UMSDOS is still functional (and ->u.umsdos_inode_info
is still there). I'll break it in the next series of patches ;-)

BTW, maintainers of filesystems are welcome to send patches. Stuff in
ftp.math.psu.edu/pub/viro/MA* should be enough to figure it out - everything
is fairly straightforward.

Two notes:
* unlike the ->u, private components of inode are _not_
zeroed out by VFS in the new scheme, so you need to do explicit
initialization in foo_read_inode()/foo_new_inode.
* please, call the generic part 'vfs_inode'. In this case it's
more than just being consistent - it avoids tons of false positives
in sanity checks (in general a structure with struct inode as a field
is bad news)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 23 2002 - 21:00:51 EST