diff options
-rw-r--r-- | fs/nfs/nfs4filelayout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index 634c0bcb4fd6..5acfd9ea8a31 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c | |||
@@ -793,7 +793,6 @@ filelayout_clear_request_commit(struct nfs_page *req) | |||
793 | if (!test_and_clear_bit(PG_COMMIT_TO_DS, &req->wb_flags)) | 793 | if (!test_and_clear_bit(PG_COMMIT_TO_DS, &req->wb_flags)) |
794 | goto out; | 794 | goto out; |
795 | if (list_is_singular(&req->wb_list)) { | 795 | if (list_is_singular(&req->wb_list)) { |
796 | struct inode *inode = req->wb_context->dentry->d_inode; | ||
797 | struct pnfs_layout_segment *lseg; | 796 | struct pnfs_layout_segment *lseg; |
798 | 797 | ||
799 | /* From here we can find the bucket, but for the moment, | 798 | /* From here we can find the bucket, but for the moment, |