aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-05-25 17:11:42 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-05-25 18:02:09 -0400
commitad24ecfbcddfa88541bccc980e753aeda8bf4031 (patch)
treebb079de871d886728dd141cf1aaae7d40f999158 /include
parent89a217360ef4e96eb83758cb9647f1c42581b097 (diff)
NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations
For backward compatibility with nfs-utils. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Cc: Weston Andros Adamson <dros@netapp.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index a2b71cbfc44a..54006a997dd0 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -593,7 +593,6 @@ enum {
593 NFSPROC4_CLNT_SECINFO, 593 NFSPROC4_CLNT_SECINFO,
594 594
595 /* nfs41 */ 595 /* nfs41 */
596 NFSPROC4_CLNT_BIND_CONN_TO_SESSION,
597 NFSPROC4_CLNT_EXCHANGE_ID, 596 NFSPROC4_CLNT_EXCHANGE_ID,
598 NFSPROC4_CLNT_CREATE_SESSION, 597 NFSPROC4_CLNT_CREATE_SESSION,
599 NFSPROC4_CLNT_DESTROY_SESSION, 598 NFSPROC4_CLNT_DESTROY_SESSION,
@@ -608,6 +607,7 @@ enum {
608 NFSPROC4_CLNT_TEST_STATEID, 607 NFSPROC4_CLNT_TEST_STATEID,
609 NFSPROC4_CLNT_FREE_STATEID, 608 NFSPROC4_CLNT_FREE_STATEID,
610 NFSPROC4_CLNT_GETDEVICELIST, 609 NFSPROC4_CLNT_GETDEVICELIST,
610 NFSPROC4_CLNT_BIND_CONN_TO_SESSION,
611}; 611};
612 612
613/* nfs41 types */ 613/* nfs41 types */