]> git.ipfire.org Git - people/arne_f/kernel.git/commit
btrfs: prevent to set invalid default subvolid
authorsatoru takeuchi <satoru.takeuchi@gmail.com>
Tue, 12 Sep 2017 13:42:52 +0000 (22:42 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Oct 2017 07:44:04 +0000 (09:44 +0200)
commitf11525d7ff5d784270a66c8b888705dd9b96620b
tree001f6e87e5a4903660628736b467ed9a42dd7494
parentba44bc49bae6e9e25630388fefbbaa6c6bdd0a11
btrfs: prevent to set invalid default subvolid

commit 6d6d282932d1a609e60dc4467677e0e863682f57 upstream.

`btrfs sub set-default` succeeds to set an ID which isn't corresponding to any
fs/file tree. If such the bad ID is set to a filesystem, we can't mount this
filesystem without specifying `subvol` or `subvolid` mount options.

Fixes: 6ef5ed0d386b ("Btrfs: add ioctl and incompat flag to set the default mount subvol")
Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
Reviewed-by: Qu Wenruo <quwenruo.btrfs@gmx.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/btrfs/ioctl.c