]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mounting
authorIlya Dryomov <idryomov@gmail.com>
Fri, 22 Jun 2012 18:14:13 +0000 (12:14 -0600)
committerChris Mason <chris.mason@fusionio.com>
Mon, 23 Jul 2012 20:27:53 +0000 (16:27 -0400)
commitcaca1d5bf1567f02492e2a0eef9cdf7d78c5d522
treeb20bfeeca76fd9396d0ddf9783d55344caa6d0c7
parentd67cdd3456508736bd1ab764d40b06b6d63d4d4f
Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mounting

There used to be a BUG_ON(ret) there before EH patch (99175604) went in.
Bail out with EINVAL.

Cc: David Sterba <dsterba@suse.cz>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/btrfs/disk-io.c