summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-08-31 01:25:11 -0700
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-08-31 01:33:12 -0700
commit4ae93560b11cb2b57ea5732d442458694ab0c168 (patch)
tree7560bbc0d3f4b9091ee0dcde21889abc4ba105fb /fs/nfs
parent4a1e2feb9d246775dee0f78ed5b18826bae2b1c5 (diff)
downloadop-kernel-dev-4ae93560b11cb2b57ea5732d442458694ab0c168.zip
op-kernel-dev-4ae93560b11cb2b57ea5732d442458694ab0c168.tar.gz
NFSv4.1/pnfs: Don't ask for a read layout for an empty file.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/pnfs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c
index 4eec540d..c4f918e 100644
--- a/fs/nfs/pnfs.c
+++ b/fs/nfs/pnfs.c
@@ -1494,6 +1494,9 @@ pnfs_update_layout(struct inode *ino,
if (!pnfs_enabled_sb(NFS_SERVER(ino)))
goto out;
+ if (iomode == IOMODE_READ && i_size_read(ino) == 0)
+ goto out;
+
if (pnfs_within_mdsthreshold(ctx, ino, iomode))
goto out;
OpenPOWER on IntegriCloud