]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFSv4.1: Enable state protection
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 May 2013 16:24:03 +0000 (12:24 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Jun 2013 20:24:37 +0000 (16:24 -0400)
commit4f0b429df104c8ab41fa1b3013e13e0f95f3da52
tree52da695dd1c1e334ebb6c84ae880412507ee09c4
parentcd5875fefe09b1921ea5845890009c9b2386d566
NFSv4.1: Enable state protection

Use the EXCHGID4_FLAG_BIND_PRINC_STATEID exchange_id flag to enable
stateid protection. This means that if we create a stateid using a
particular principal, then we must use the same principal if we
want to change that state.
IOW: if we OPEN a file using a particular credential, then we have
to use the same credential in subsequent OPEN_DOWNGRADE, CLOSE,
or DELEGRETURN operations that use that stateid.

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