提交 9c017abc 编写于 作者: J Jesper Juhl 提交者: Jiri Kosina

btrfs: assignment in write_dev_flush() doesn't need two semi-colons

One is enough.
Signed-off-by: NJesper Juhl <jj@chaosbits.net>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 04bd27ae
......@@ -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
* caller
*/
device->flush_bio = NULL;;
device->flush_bio = NULL;
bio = bio_alloc(GFP_NOFS, 0);
if (!bio)
return -ENOMEM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册