]> 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)
commit372be21fb923e48fcc9e961fc0560915339d3997
tree251be914621f2895c6b0749bbec7bc5da1e5d283
parentaf761760c5002cad2c39eea688b26b7ac1c3f02f
btrfs: Remove unused variable mode in btrfs_mount

This is a leftover from 8239cfa271d0 ("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