aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/write.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c
index 8d1ed2b9c16c..e6bc5b51f325 100644
--- a/fs/nfs/write.c
+++ b/fs/nfs/write.c
@@ -707,6 +707,8 @@ static void nfs_inode_remove_request(struct nfs_page *req)
707 707
708 if (test_and_clear_bit(PG_INODE_REF, &req->wb_flags)) 708 if (test_and_clear_bit(PG_INODE_REF, &req->wb_flags))
709 nfs_release_request(req); 709 nfs_release_request(req);
710 else
711 WARN_ON_ONCE(1);
710} 712}
711 713
712static void 714static void