On February 25, 2002 06:34 pm, Alexander Viro wrote:
> On Mon, 25 Feb 2002, Alexander Viro wrote:
> > On Sat, 23 Feb 2002, Daniel Phillips wrote:
>
> > > Patch 1 adds alloc_super and destroy_super methods to struct file_system. A
> > Vetoed.
>
> To elaborate: there is no reason why private stuff couldn't be allocated
> by ext2_fill_super() and freed by ext2_put_super(). What's more, there
> is no reason why it would break for any other fs. IOW, new methods are
> not necessary. Now apply Occam's Razor.
Please tell me who wrote this:
struct super_operations {
struct inode *(*alloc_inode)(struct super_block *sb);
void (*destroy_inode)(struct inode *)
-- Daniel - 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 : Thu Feb 28 2002 - 21:00:16 EST