[PATCH RFC 0/2] NFSv4: set sb_flags to second superblock
Li Lingfeng <[email protected]>
| Newsgroups | gmane.linux.file-systems,gmane.linux.kernel,gmane.linux.kernel.autofs,gmane.linux.nfs,gmane.linux.kernel.cifs,gmane.network.samba.internals |
|---|---|
| Message-ID | <[email protected]> |
Added sb_flags parameter to d_automount callback function and fs_context_for_submount(). NFSv4 uses this parameter to set the second superblock. Li Lingfeng (2): fs: pass sb_flags to submount NFSv4: set sb_flags to second superblock fs/afs/internal.h | 2 +- fs/afs/mntpt.c | 4 ++-- fs/autofs/root.c | 4 ++-- fs/debugfs/inode.c | 2 +- fs/fs_context.c | 5 +++-- fs/fuse/dir.c | 4 ++-- fs/namei.c | 3 ++- fs/nfs/internal.h | 2 +- fs/nfs/namespace.c | 4 ++-- fs/smb/client/cifsfs.h | 2 +- fs/smb/client/namespace.c | 2 +- include/linux/dcache.h | 2 +- include/linux/fs_context.h | 3 ++- 13 files changed, 21 insertions(+), 18 deletions(-) -- 2.39.2