diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-25 17:11:42 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-25 18:02:09 -0400 |
commit | ad24ecfbcddfa88541bccc980e753aeda8bf4031 (patch) | |
tree | bb079de871d886728dd141cf1aaae7d40f999158 /include | |
parent | 89a217360ef4e96eb83758cb9647f1c42581b097 (diff) | |
download | linux-stable-ad24ecfbcddfa88541bccc980e753aeda8bf4031.tar.gz linux-stable-ad24ecfbcddfa88541bccc980e753aeda8bf4031.tar.bz2 linux-stable-ad24ecfbcddfa88541bccc980e753aeda8bf4031.zip |
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.h | 2 |
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 { NFSPROC4_CLNT_SECINFO, /* nfs41 */ - NFSPROC4_CLNT_BIND_CONN_TO_SESSION, NFSPROC4_CLNT_EXCHANGE_ID, NFSPROC4_CLNT_CREATE_SESSION, NFSPROC4_CLNT_DESTROY_SESSION, @@ -608,6 +607,7 @@ enum { NFSPROC4_CLNT_TEST_STATEID, NFSPROC4_CLNT_FREE_STATEID, NFSPROC4_CLNT_GETDEVICELIST, + NFSPROC4_CLNT_BIND_CONN_TO_SESSION, }; /* nfs41 types */ |