diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-04-27 13:27:44 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 14:10:39 -0400 |
commit | 2671bfc3beb44e70636bd0208274426db57f73b5 (patch) | |
tree | 5aeec6224c390a046bfa5758a958174ebf542772 /fs/nfs/internal.h | |
parent | df0117481cd94dbb8970f4be9d05b0568fa09ab1 (diff) |
NFS: Remove secinfo knowledge out of the generic client
And also remove the unneeded rpc_op.
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index d68810f61869..d6994443f285 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -286,9 +286,6 @@ extern void nfs_sb_deactive(struct super_block *sb); | |||
286 | extern char *nfs_path(char **p, struct dentry *dentry, | 286 | extern char *nfs_path(char **p, struct dentry *dentry, |
287 | char *buffer, ssize_t buflen); | 287 | char *buffer, ssize_t buflen); |
288 | extern struct vfsmount *nfs_d_automount(struct path *path); | 288 | extern struct vfsmount *nfs_d_automount(struct path *path); |
289 | #ifdef CONFIG_NFS_V4 | ||
290 | rpc_authflavor_t nfs_find_best_sec(struct nfs4_secinfo_flavors *); | ||
291 | #endif | ||
292 | 289 | ||
293 | /* getroot.c */ | 290 | /* getroot.c */ |
294 | extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *, | 291 | extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *, |