mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
btrfs: assignment in write_dev_flush() doesn't need two semi-colons
One is enough. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
04bd27aed1
commit
9c017abc50
1 changed files with 1 additions and 1 deletions
|
@ -2732,7 +2732,7 @@ static int write_dev_flush(struct btrfs_device *device, int wait)
|
||||||
* one reference for us, and we leave it for the
|
* one reference for us, and we leave it for the
|
||||||
* caller
|
* caller
|
||||||
*/
|
*/
|
||||||
device->flush_bio = NULL;;
|
device->flush_bio = NULL;
|
||||||
bio = bio_alloc(GFP_NOFS, 0);
|
bio = bio_alloc(GFP_NOFS, 0);
|
||||||
if (!bio)
|
if (!bio)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue