提交 4ae93560 编写于 作者: T Trond Myklebust

NFSv4.1/pnfs: Don't ask for a read layout for an empty file.

Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
上级 4a1e2feb
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册