diff options
author | David Sterba <dsterba@suse.com> | 2015-11-30 11:02:31 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-01-07 14:30:52 +0100 |
commit | 7928d672ffb06085d06fe3c27a93549d37e53ab3 (patch) | |
tree | fa29cf19282288091a65400d0a2ff0f668b9e7b2 /fs/btrfs/volumes.c | |
parent | btrfs: zero out delayed node upon allocation (diff) | |
download | linux-7928d672ffb06085d06fe3c27a93549d37e53ab3.tar.xz linux-7928d672ffb06085d06fe3c27a93549d37e53ab3.zip |
btrfs: cleanup, remove stray return statements
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '')
-rw-r--r-- | fs/btrfs/volumes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index a23399e8e3ab..8c761aeacccf 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -1642,7 +1642,6 @@ static void update_dev_time(char *path_name) return; file_update_time(filp); filp_close(filp, NULL); - return; } static int btrfs_rm_dev_item(struct btrfs_root *root, |