commit | f33da568ce7be9699d6690790f76b13c94e9c05a | [log] [tgz] |
---|---|---|
author | Pankaj Raghav <p.raghav@samsung.com> | Wed Sep 28 17:23:01 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 10:10:39 2022 -0400 |
tree | fb657c7043ef32fef57dbd568b8be9d391840933 | |
parent | bcd34ced66de926cd7a494650881c3a2d833ccdc [diff] |
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>