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 f084249295d9..53e8bea295e2 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
@@ -1692,7 +1692,7 @@ int bitmap_create(mddev_t *mddev)
1692 * and bypass the page cache, we must sync the file 1692 * and bypass the page cache, we must sync the file
1693 * first. 1693 * first.
1694 */ 1694 */
1695 vfs_fsync(file, file->f_dentry, 1); 1695 vfs_fsync(file, 1);
1696 } 1696 }
1697 /* read superblock from bitmap file (this sets mddev->bitmap_info.chunksize) */ 1697 /* read superblock from bitmap file (this sets mddev->bitmap_info.chunksize) */
1698 if (!mddev->bitmap_info.external) 1698 if (!mddev->bitmap_info.external)