]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove unused variable mode in btrfs_mount
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Fri, 5 Oct 2018 12:26:15 +0000 (07:26 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 1 Jul 2019 11:34:55 +0000 (13:34 +0200)
commitb8582fc5e5cb44908d4605cb61fb1511fadd737b
tree251be914621f2895c6b0749bbec7bc5da1e5d283
parenta2be412e6af260ddba300919f152e8eca7c71a67
btrfs: Remove unused variable mode in btrfs_mount

This is a leftover from c726b51fca5f ("btrfs: cleanup btrfs_mount()
using btrfs_mount_root()"), the mode was used for opening devices that's
not done here anymore.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c