Re: VFS not completely factored
breed@almaden.ibm.com
Mon, 14 Feb 2000 18:22:23 -0800
On a related issue, if there was a char generic_data[] member in the inode
union that had a defined size (probably the size of the largest structure),
people (like me) writing filesystems that aren't ready to be put into the
sources yet could put data right in the union and know that it will fit
without having to resort to using generic_ip and allocating an info block
to store inode specific info. (Narly sentence huh?)
ben
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/