diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-07-30 16:05:20 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-07-30 19:06:05 -0400 |
commit | 6a74490dca897471a994a542fc7c5a469b48b46b (patch) | |
tree | d1ae8565c3e51bff590858b2f681b2c35700f55f /fs/nfs/internal.h | |
parent | 1179acc6a3e260bc4edc74fa94f6c7908290eaec (diff) |
NFS: Pass super operations and xattr handlers in the nfs_subversion
I can set all variables in the nfs_fill_super() function, allowing me to
remove the nfs4_fill_super() function.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 2151bafd55b..17d14709e75 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -327,6 +327,7 @@ void nfs_zap_acl_cache(struct inode *inode); | |||
327 | extern int nfs_wait_bit_killable(void *word); | 327 | extern int nfs_wait_bit_killable(void *word); |
328 | 328 | ||
329 | /* super.c */ | 329 | /* super.c */ |
330 | extern const struct super_operations nfs_sops; | ||
330 | extern struct file_system_type nfs_fs_type; | 331 | extern struct file_system_type nfs_fs_type; |
331 | extern struct file_system_type nfs_xdev_fs_type; | 332 | extern struct file_system_type nfs_xdev_fs_type; |
332 | #ifdef CONFIG_NFS_V4 | 333 | #ifdef CONFIG_NFS_V4 |