diff --git a/[refs] b/[refs] index 99c5e0e4d0db..e3aa98741149 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 56ae19f38f10aad4f27f7e12138a29b295dff07a +refs/heads/master: 3338c143b4fde2d256016b63043ec8e2c93eba19 diff --git a/trunk/fs/nfs/file.c b/trunk/fs/nfs/file.c index 572d8593486f..57d3e77d97ee 100644 --- a/trunk/fs/nfs/file.c +++ b/trunk/fs/nfs/file.c @@ -205,8 +205,8 @@ nfs_file_flush(struct file *file) if (!status) { status = ctx->error; ctx->error = 0; - if (!status && !nfs_have_delegation(inode, FMODE_READ)) - __nfs_revalidate_inode(NFS_SERVER(inode), inode); + if (!status) + nfs_revalidate_inode(NFS_SERVER(inode), inode); } unlock_kernel(); return status;