]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: Remove racy size manipulations in O_DIRECT
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 22 Jun 2016 18:38:06 +0000 (14:38 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 5 Jul 2016 23:11:02 +0000 (19:11 -0400)
commit2f3c7d87a347b12f725f6128b3097727b91b230e
tree6fec9e3cabc70450c148627da8ae3d2e89ab66d2
parenta5314a74928fa6dbc4503a8c64f43bb5c1c12ac1
NFS: Remove racy size manipulations in O_DIRECT

On success, the RPC callbacks will ensure that we make the appropriate calls
to nfs_writeback_update_inode()

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/direct.c