David Masover writes: > Nikita Danilov wrote: > > > As you see, ext2 code already has multiple file "plugins", with > > persistent "plugin id" (stored in i_mode field of on-disk struct > > ext2_inode). > > Aha! So here's another question: Is it fair to ask Reiser4 to make its > plugins generic, or should we be asking ext2/3 first? ext2/3 plugins are generic: in Linux every file system can implement per-object behavior by specifying {file,inode,dentry,address_space}_operations. This mechanism is provided by VFS (and, in fact, is the only way that VFS interacts with file system) and is completely generic. > Nikita. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: "Horst H. von Brand" <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: David Masover <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: Linus Torvalds <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: Hans Reiser <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: David Masover <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: Hans Reiser <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: Hans Reiser <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: Nikita Danilov <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- From: David Masover <[email protected]>
- Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- Prev by Date: Re: swsusp regression (s2dsk) [Was: 2.6.18-rc2-mm1]
- Next by Date: Re: [KJ] audit return code handling for kernel_thread [2/11]
- Previous by thread: Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- Next by thread: Re: metadata plugins (was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion)
- Index(es):