diff options
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index a7ffc88a7dbe..e1fe74a2ce16 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -2753,7 +2753,7 @@ static int write_dev_flush(struct btrfs_device *device, int wait) | |||
2753 | * one reference for us, and we leave it for the | 2753 | * one reference for us, and we leave it for the |
2754 | * caller | 2754 | * caller |
2755 | */ | 2755 | */ |
2756 | device->flush_bio = NULL;; | 2756 | device->flush_bio = NULL; |
2757 | bio = bio_alloc(GFP_NOFS, 0); | 2757 | bio = bio_alloc(GFP_NOFS, 0); |
2758 | if (!bio) | 2758 | if (!bio) |
2759 | return -ENOMEM; | 2759 | return -ENOMEM; |