]> git.baikalelectronics.ru Git - uboot.git/commit
fs: btrfs: remove the usage of undeclared fs_mutex variable
authorPankaj Raghav <p.raghav@samsung.com>
Wed, 28 Sep 2022 15:23:01 +0000 (17:23 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 14:10:39 +0000 (10:10 -0400)
commit4820c87656f5dbe3f2a99033c9fa3a57a05df3b5
treefb657c7043ef32fef57dbd568b8be9d391840933
parentd1c093f8c1ef1e464b67f659ed21862acf8c02cd
fs: btrfs: remove the usage of undeclared fs_mutex variable

This line probably got in by mistake as there is no fs_mutex member in
the btrfs_fs_info struct.

Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
fs/btrfs/disk-io.c