]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: make close_ctree return void
authorDavid Sterba <dsterba@suse.cz>
Wed, 4 Jun 2014 16:10:45 +0000 (18:10 +0200)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:37:11 +0000 (13:37 -0700)
commit690927b147db87c414bd363afdab10112eb48249
tree4fbd0280a95299b7730f2b14ccfa17390595ca0a
parent335f0b65c32de3bc3188e51af9e4ce14dcf05031
btrfs: make close_ctree return void

There's no user of the return value and we can get rid of the comment in
put_super.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/disk-io.c
fs/btrfs/disk-io.h
fs/btrfs/super.c