commit | 34d5feaefe23e6372612fc3afad628082fa3942d | [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 | dc1c02cb598ce1162fd740475580124dd29d9c1d [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>