Re: [patch 05/26] mount options: fix afs

2008-01-28 Thread David Howells
Miklos Szeredi <[EMAIL PROTECTED]> wrote: > Add a .show_options super operation to afs. > > Use generic_show_options() and save the complete option string in > afs_get_sb(). Sounds reasonable, but I can't test it till I get back from LCA. David - To unsubscribe from this list: send the line "un

[patch 05/26] mount options: fix afs

2008-01-24 Thread Miklos Szeredi
From: Miklos Szeredi <[EMAIL PROTECTED]> Add a .show_options super operation to afs. Use generic_show_options() and save the complete option string in afs_get_sb(). Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> --- Index: linux/fs/afs/super.c