diff options
Diffstat (limited to 'fs/nfs/fscache.h')
-rw-r--r-- | fs/nfs/fscache.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/fs/nfs/fscache.h b/fs/nfs/fscache.h index b9c572d0679f..c5b11b53ff33 100644 --- a/fs/nfs/fscache.h +++ b/fs/nfs/fscache.h | |||
@@ -73,9 +73,7 @@ extern void nfs_fscache_unregister(void); | |||
73 | extern void nfs_fscache_get_client_cookie(struct nfs_client *); | 73 | extern void nfs_fscache_get_client_cookie(struct nfs_client *); |
74 | extern void nfs_fscache_release_client_cookie(struct nfs_client *); | 74 | extern void nfs_fscache_release_client_cookie(struct nfs_client *); |
75 | 75 | ||
76 | extern void nfs_fscache_get_super_cookie(struct super_block *, | 76 | extern void nfs_fscache_get_super_cookie(struct super_block *, const char *, int); |
77 | const char *, | ||
78 | struct nfs_clone_mount *); | ||
79 | extern void nfs_fscache_release_super_cookie(struct super_block *); | 77 | extern void nfs_fscache_release_super_cookie(struct super_block *); |
80 | 78 | ||
81 | extern void nfs_fscache_init_inode_cookie(struct inode *); | 79 | extern void nfs_fscache_init_inode_cookie(struct inode *); |
@@ -172,12 +170,6 @@ static inline void nfs_fscache_unregister(void) {} | |||
172 | static inline void nfs_fscache_get_client_cookie(struct nfs_client *clp) {} | 170 | static inline void nfs_fscache_get_client_cookie(struct nfs_client *clp) {} |
173 | static inline void nfs_fscache_release_client_cookie(struct nfs_client *clp) {} | 171 | static inline void nfs_fscache_release_client_cookie(struct nfs_client *clp) {} |
174 | 172 | ||
175 | static inline void nfs_fscache_get_super_cookie( | ||
176 | struct super_block *sb, | ||
177 | const char *uniq, | ||
178 | struct nfs_clone_mount *mntdata) | ||
179 | { | ||
180 | } | ||
181 | static inline void nfs_fscache_release_super_cookie(struct super_block *sb) {} | 173 | static inline void nfs_fscache_release_super_cookie(struct super_block *sb) {} |
182 | 174 | ||
183 | static inline void nfs_fscache_init_inode_cookie(struct inode *inode) {} | 175 | static inline void nfs_fscache_init_inode_cookie(struct inode *inode) {} |