diff options
-rw-r--r-- | fs/nfs/write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 40979e815434..ac1dc331ba31 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c | |||
@@ -863,7 +863,7 @@ int nfs_flush_incompatible(struct file *file, struct page *page) | |||
863 | return 0; | 863 | return 0; |
864 | l_ctx = req->wb_lock_context; | 864 | l_ctx = req->wb_lock_context; |
865 | do_flush = req->wb_page != page || req->wb_context != ctx; | 865 | do_flush = req->wb_page != page || req->wb_context != ctx; |
866 | if (l_ctx) { | 866 | if (l_ctx && ctx->dentry->d_inode->i_flock != NULL) { |
867 | do_flush |= l_ctx->lockowner.l_owner != current->files | 867 | do_flush |= l_ctx->lockowner.l_owner != current->files |
868 | || l_ctx->lockowner.l_pid != current->tgid; | 868 | || l_ctx->lockowner.l_pid != current->tgid; |
869 | } | 869 | } |