aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/addr.c')
-rw-r--r--fs/ceph/addr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c
index 3a21a7cbc21c..1fda9cf04a81 100644
--- a/fs/ceph/addr.c
+++ b/fs/ceph/addr.c
@@ -398,6 +398,8 @@ static int ceph_readpages(struct file *file, struct address_space *mapping,
398 BUG_ON(rc == 0); 398 BUG_ON(rc == 0);
399 } 399 }
400out: 400out:
401 ceph_fscache_readpages_cancel(inode, page_list);
402
401 dout("readpages %p file %p ret %d\n", inode, file, rc); 403 dout("readpages %p file %p ret %d\n", inode, file, rc);
402 return rc; 404 return rc;
403} 405}