NFSv4: Rename encode_stateid() to encode_open_stateid()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 4 Mar 2012 23:13:56 +0000 (18:13 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 6 Mar 2012 15:32:45 +0000 (10:32 -0500)
commitd0b496d2fc08cc51000fcdd9739235d1cab890cd
treeff7ac1293aad02f070a88ec7432f5099896d4aa3
parent36281caa839f4441c793c81d2e3cc5ea44ad5aa2
NFSv4: Rename encode_stateid() to encode_open_stateid()

The current version of encode_stateid really only applies to open stateids.
You can't use it for locks, delegations or layouts.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4xdr.c