nfs: increment i_dio_count for reads, too
authorChristoph Hellwig <hch@infradead.org>
Thu, 14 Nov 2013 16:50:30 +0000 (08:50 -0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 13 Jan 2014 22:29:49 +0000 (17:29 -0500)
commit1f90ee27461e31a1c18e5d819f6ea6f5c7304b16
tree96a85b91576188ed1921c672d96adabe3a025bfa
parent2a009ec98cce440c0992fc9a2353e96cdb0b048b
nfs: increment i_dio_count for reads, too

i_dio_count is used to protect dio access against truncate.  We want
to make sure there are no dio reads pending either when doing a
truncate.  I suspect on plain NFS things might work even without
this, but once we use a pnfs layout driver that access backing devices
directly things will go bad without the proper synchronization.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/direct.c
This page took 0.024637 seconds and 5 git commands to generate.