Re: [RFC][PATCH] VFS: update documentation (take #2)

2005-08-24 Thread Anton Altaparmakov
Hi, This is my second go at giving you my comments. The first time the email got lost due to a connection crash. )-: Anyway, its great to see this updated! On Wed, 24 Aug 2005, Pekka Enberg wrote: > This patch brings the now out-of-date Documentation/filesystems/vfs.txt back > to life.

Re: [RFC][PATCH] VFS: update documentation (take #2)

2005-08-24 Thread Trond Myklebust
on den 24.08.2005 Klokka 21:36 (+0300) skreiv Pekka Enberg: > > struct file_system_type { > const char *name; > int fs_flags; > - struct super_block *(*read_super) (struct super_block *, void *, int); > - struct file_system_type * next; > +struct super_block

[RFC][PATCH] VFS: update documentation (take #2)

2005-08-24 Thread Pekka Enberg
Hi, This patch brings the now out-of-date Documentation/filesystems/vfs.txt back to life. Thanks to Carsten Otte for the description on get_xip_page(). Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]> --- vfs.txt | 382 1 file

[RFC][PATCH] VFS: update documentation (take #2)

2005-08-24 Thread Pekka Enberg
Hi, This patch brings the now out-of-date Documentation/filesystems/vfs.txt back to life. Thanks to Carsten Otte for the description on get_xip_page(). Signed-off-by: Pekka Enberg [EMAIL PROTECTED] --- vfs.txt | 382 1 file

Re: [RFC][PATCH] VFS: update documentation (take #2)

2005-08-24 Thread Trond Myklebust
on den 24.08.2005 Klokka 21:36 (+0300) skreiv Pekka Enberg: struct file_system_type { const char *name; int fs_flags; - struct super_block *(*read_super) (struct super_block *, void *, int); - struct file_system_type * next; +struct super_block *(*get_sb)

Re: [RFC][PATCH] VFS: update documentation (take #2)

2005-08-24 Thread Anton Altaparmakov
Hi, This is my second go at giving you my comments. The first time the email got lost due to a connection crash. )-: Anyway, its great to see this updated! On Wed, 24 Aug 2005, Pekka Enberg wrote: This patch brings the now out-of-date Documentation/filesystems/vfs.txt back to life. Thanks