projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04bd27a
)
btrfs: assignment in write_dev_flush() doesn't need two semi-colons
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 26 Feb 2012 23:04:56 +0000
(
00:04
+0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 6 Apr 2012 00:07:14 +0000
(17:07 -0700)
One is enough.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/btrfs/disk-io.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/disk-io.c
b/fs/btrfs/disk-io.c
index
811d9f9
..
d24a841
100644
(file)
--- 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)
* 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;