NFSv4: Fix open(O_TRUNC) and ftruncate() error handling
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 18 Apr 2012 20:29:11 +0000 (16:29 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 19 Apr 2012 17:23:09 +0000 (13:23 -0400)
commit451146be933e26e21277852b5e40c6a52266ef96
tree207795769b9e1b18952f67fda9db5c7259fb9d63
parent55725513b5ef9d462aa3e18527658a0362aaae83
NFSv4: Fix open(O_TRUNC) and ftruncate() error handling

If the file wasn't opened for writing, then truncate and ftruncate
need to report the appropriate errors.

Reported-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@vger.kernel.org
fs/nfs/dir.c
fs/nfs/nfs4proc.c