Re: [patch 21/26] mount options: partially fix nfs

2008-01-28 Thread Chuck Lever
On Jan 28, 2008, at 6:34 AM, Miklos Szeredi wrote: All mount options should be shown, which are needed to reconstruct a previous mount. Ah, OK. I'm happy to implement logic to display the all missing options. I should have updated nfs_show_mount_options() when I wrote the NFS mount option

Re: [patch 21/26] mount options: partially fix nfs

2008-01-28 Thread Miklos Szeredi
> > All mount options should be shown, which are needed to reconstruct a > > previous mount. > > Ah, OK. > > I'm happy to implement logic to display the all missing options. I > should have updated nfs_show_mount_options() when I wrote the NFS > mount option parser. > > Let me know your

Re: [patch 21/26] mount options: partially fix nfs

2008-01-28 Thread Chuck Lever
On Jan 28, 2008, at 6:34 AM, Miklos Szeredi wrote: All mount options should be shown, which are needed to reconstruct a previous mount. Ah, OK. I'm happy to implement logic to display the all missing options. I should have updated nfs_show_mount_options() when I wrote the NFS mount option

Re: [patch 21/26] mount options: partially fix nfs

2008-01-28 Thread Miklos Szeredi
All mount options should be shown, which are needed to reconstruct a previous mount. Ah, OK. I'm happy to implement logic to display the all missing options. I should have updated nfs_show_mount_options() when I wrote the NFS mount option parser. Let me know your preference.

Re: [patch 21/26] mount options: partially fix nfs

2008-01-25 Thread Chuck Lever
On Jan 25, 2008, at 4:39 AM, Miklos Szeredi wrote: Miklos Szeredi wrote: From: Miklos Szeredi <[EMAIL PROTECTED]> Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. NFS lists only some options in /proc/mounts on

Re: [patch 21/26] mount options: partially fix nfs

2008-01-25 Thread Miklos Szeredi
> On Thu, 2008-01-24 at 20:34 +0100, Miklos Szeredi wrote: > > plain text document attachment (nfs_opts.patch) > > From: Miklos Szeredi <[EMAIL PROTECTED]> > > > > Add posix, bsize=, namelen= options to /proc/mounts for nfs > > filesystems. > > > > Document several other options that are still

Re: [patch 21/26] mount options: partially fix nfs

2008-01-25 Thread Miklos Szeredi
> Miklos Szeredi wrote: > > From: Miklos Szeredi <[EMAIL PROTECTED]> > > > > Add posix, bsize=, namelen= options to /proc/mounts for nfs > > filesystems. > > > > Document several other options that are still missing. > > NFS lists only some options in /proc/mounts on purpose: only the >

Re: [patch 21/26] mount options: partially fix nfs

2008-01-25 Thread Miklos Szeredi
Miklos Szeredi wrote: From: Miklos Szeredi [EMAIL PROTECTED] Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. NFS lists only some options in /proc/mounts on purpose: only the essential options are

Re: [patch 21/26] mount options: partially fix nfs

2008-01-25 Thread Miklos Szeredi
On Thu, 2008-01-24 at 20:34 +0100, Miklos Szeredi wrote: plain text document attachment (nfs_opts.patch) From: Miklos Szeredi [EMAIL PROTECTED] Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing.

Re: [patch 21/26] mount options: partially fix nfs

2008-01-25 Thread Chuck Lever
On Jan 25, 2008, at 4:39 AM, Miklos Szeredi wrote: Miklos Szeredi wrote: From: Miklos Szeredi [EMAIL PROTECTED] Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. NFS lists only some options in /proc/mounts on

Re: [patch 21/26] mount options: partially fix nfs

2008-01-24 Thread Trond Myklebust
On Thu, 2008-01-24 at 20:34 +0100, Miklos Szeredi wrote: > plain text document attachment (nfs_opts.patch) > From: Miklos Szeredi <[EMAIL PROTECTED]> > > Add posix, bsize=, namelen= options to /proc/mounts for nfs > filesystems. > > Document several other options that are still missing. > >

Re: [patch 21/26] mount options: partially fix nfs

2008-01-24 Thread Chuck Lever
Hi Miklos- Miklos Szeredi wrote: From: Miklos Szeredi <[EMAIL PROTECTED]> Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. NFS lists only some options in /proc/mounts on purpose: only the essential options are

[patch 21/26] mount options: partially fix nfs

2008-01-24 Thread Miklos Szeredi
From: Miklos Szeredi <[EMAIL PROTECTED]> Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> --- Index: linux/fs/nfs/super.c

[patch 21/26] mount options: partially fix nfs

2008-01-24 Thread Miklos Szeredi
From: Miklos Szeredi [EMAIL PROTECTED] Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. Signed-off-by: Miklos Szeredi [EMAIL PROTECTED] --- Index: linux/fs/nfs/super.c

Re: [patch 21/26] mount options: partially fix nfs

2008-01-24 Thread Chuck Lever
Hi Miklos- Miklos Szeredi wrote: From: Miklos Szeredi [EMAIL PROTECTED] Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. NFS lists only some options in /proc/mounts on purpose: only the essential options are

Re: [patch 21/26] mount options: partially fix nfs

2008-01-24 Thread Trond Myklebust
On Thu, 2008-01-24 at 20:34 +0100, Miklos Szeredi wrote: plain text document attachment (nfs_opts.patch) From: Miklos Szeredi [EMAIL PROTECTED] Add posix, bsize=, namelen= options to /proc/mounts for nfs filesystems. Document several other options that are still missing. Signed-off-by: