aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r--fs/btrfs/disk-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 811d9f918b1c..d24a841a8722 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -2732,7 +2732,7 @@ static int write_dev_flush(struct btrfs_device *device, int wait)
2732 * one reference for us, and we leave it for the 2732 * one reference for us, and we leave it for the
2733 * caller 2733 * caller
2734 */ 2734 */
2735 device->flush_bio = NULL;; 2735 device->flush_bio = NULL;
2736 bio = bio_alloc(GFP_NOFS, 0); 2736 bio = bio_alloc(GFP_NOFS, 0);
2737 if (!bio) 2737 if (!bio)
2738 return -ENOMEM; 2738 return -ENOMEM;