]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 2 Jan 2008 20:19:18 +0000 (15:19 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 3 Jan 2008 14:37:17 +0000 (09:37 -0500)
commitbb22629ee87eed5054f8b508dbe7c58abad0a324
tree6d72f1b34fad128ad09f6a49ca42731dc74fd9c3
parent3392c34922130d1dca9ad436c358330daa85e94e
NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error

RFC3530 states that the open_owner is confirmed if and only if the client
sends an OPEN_CONFIRM request with the appropriate sequence id and stateid
within the lease period.

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