aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2013-08-09 12:48:35 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-09-03 15:26:33 -0400
commit220e09ccd36ab7836a6aa19295c314d7e04f7552 (patch)
treebc4804a40d8278e490586d6dc6845f6ab6488383 /fs/nfs/nfs4proc.c
parent9915ea7e0a83c0a4b94d0c5e05a9bb690fce809f (diff)
NFS: Remove unused call_sync minor version op
Clean up. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 2fbf4824187e..3abd32caec2f 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -808,16 +808,6 @@ static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
808} 808}
809 809
810static 810static
811int _nfs4_call_sync(struct rpc_clnt *clnt,
812 struct nfs_server *server,
813 struct rpc_message *msg,
814 struct nfs4_sequence_args *args,
815 struct nfs4_sequence_res *res)
816{
817 return rpc_call_sync(clnt, msg, 0);
818}
819
820static
821int nfs4_call_sync(struct rpc_clnt *clnt, 811int nfs4_call_sync(struct rpc_clnt *clnt,
822 struct nfs_server *server, 812 struct nfs_server *server,
823 struct rpc_message *msg, 813 struct rpc_message *msg,
@@ -7543,7 +7533,6 @@ static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
7543 | NFS_CAP_ATOMIC_OPEN 7533 | NFS_CAP_ATOMIC_OPEN
7544 | NFS_CAP_CHANGE_ATTR 7534 | NFS_CAP_CHANGE_ATTR
7545 | NFS_CAP_POSIX_LOCK, 7535 | NFS_CAP_POSIX_LOCK,
7546 .call_sync = _nfs4_call_sync,
7547 .match_stateid = nfs4_match_stateid, 7536 .match_stateid = nfs4_match_stateid,
7548 .find_root_sec = nfs4_find_root_sec, 7537 .find_root_sec = nfs4_find_root_sec,
7549 .free_lock_state = nfs4_release_lockowner, 7538 .free_lock_state = nfs4_release_lockowner,
@@ -7562,7 +7551,6 @@ static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
7562 | NFS_CAP_POSIX_LOCK 7551 | NFS_CAP_POSIX_LOCK
7563 | NFS_CAP_STATEID_NFSV41 7552 | NFS_CAP_STATEID_NFSV41
7564 | NFS_CAP_ATOMIC_OPEN_V1, 7553 | NFS_CAP_ATOMIC_OPEN_V1,
7565 .call_sync = nfs4_call_sync_sequence,
7566 .match_stateid = nfs41_match_stateid, 7554 .match_stateid = nfs41_match_stateid,
7567 .find_root_sec = nfs41_find_root_sec, 7555 .find_root_sec = nfs41_find_root_sec,
7568 .free_lock_state = nfs41_free_lock_state, 7556 .free_lock_state = nfs41_free_lock_state,
@@ -7582,7 +7570,6 @@ static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
7582 | NFS_CAP_POSIX_LOCK 7570 | NFS_CAP_POSIX_LOCK
7583 | NFS_CAP_STATEID_NFSV41 7571 | NFS_CAP_STATEID_NFSV41
7584 | NFS_CAP_ATOMIC_OPEN_V1, 7572 | NFS_CAP_ATOMIC_OPEN_V1,
7585 .call_sync = nfs4_call_sync_sequence,
7586 .match_stateid = nfs41_match_stateid, 7573 .match_stateid = nfs41_match_stateid,
7587 .find_root_sec = nfs41_find_root_sec, 7574 .find_root_sec = nfs41_find_root_sec,
7588 .free_lock_state = nfs41_free_lock_state, 7575 .free_lock_state = nfs41_free_lock_state,