nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op
authorChristoph Hellwig <hch@lst.de>
Tue, 28 Apr 2015 13:41:15 +0000 (15:41 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 6 Aug 2015 23:32:09 +0000 (00:32 +0100)
commit38787a8ce9e6e053070b12ea19945b962d79d579
tree5ccb2d3ad7d1b24b8c3835c049eaad94c2729faf
parentb221184ff664276d80833a1205411b5dc39672a6
nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op

commit ebe9cb3bb13e7b9b281969cd279ce70834f7500f upstream.

If we find a non-confirmed openowner we jump to exit the function, but do
not set an error value.  Fix this by factoring out a helper to do the
check and properly set the error from nfsd4_validate_stateid.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
fs/nfsd/nfs4state.c