aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bitmap.c')
-rw-r--r--drivers/md/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
index 059704fbb753..5554adaa58f9 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
@@ -666,7 +666,7 @@ static void bitmap_file_put(struct bitmap *bitmap)
666 666
667 if (file) { 667 if (file) {
668 struct inode *inode = file->f_path.dentry->d_inode; 668 struct inode *inode = file->f_path.dentry->d_inode;
669 invalidate_inode_pages(inode->i_mapping); 669 invalidate_mapping_pages(inode->i_mapping, 0, -1);
670 fput(file); 670 fput(file);
671 } 671 }
672} 672}