mbox series

[RFC,0/2] NFSv4: set sb_flags to second superblock

Message ID 20240604112636.236517-1-lilingfeng@huaweicloud.com
Headers show
Series NFSv4: set sb_flags to second superblock | expand

Message

Li Lingfeng June 4, 2024, 11:26 a.m. UTC
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(-)