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. Thank

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

[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 cha

Re: [RFC][PATCH] VFS: update documentation

2005-08-23 Thread Carsten Otte
On 8/21/05, Pekka Enberg <[EMAIL PROTECTED]> wrote: > This patch updates the out-of-date Documentation/filesystems/vfs.txt. > As I am a novice on the VFS, I would much appreciate any comments and > help on this. Cool, thanks for updating it :) > + get_xip_page: called by the VM to translate a blo

[RFC][PATCH] VFS: update documentation

2005-08-21 Thread Pekka Enberg
Hi! This patch updates the out-of-date Documentation/filesystems/vfs.txt. As I am a novice on the VFS, I would much appreciate any comments and help on this. Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]> --- vfs.txt | 314 +--- 1 fi