[PATCH RESEND] fs: btrfs: remove the usage of undeclared fs_mutex variable

2022-09-28 Thread Pankaj Raghav
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 --- For UBOOT. The patch I sent the first time is not showing up in the uboot mailing list because of the missing approval. So, resending the patch. fs/btrfs/disk-io.c

Re: [PATCH] fs: btrfs: remove the usage of undeclared fs_mutex variable

2022-09-27 Thread Pankaj Raghav
> Which branch is the code based on? > I actually cloned it from u-boot github master. https://github.com/u-boot/u-boot/blob/f117c54cc83e3c519883edb5a48062644d38c443/fs/btrfs/disk-io.c#L785 > I don't believe it's upstream, as such compiling error should be exposed > very easily. > Actually, I

[PATCH] fs: btrfs: remove the usage of undeclared fs_mutex variable

2022-09-27 Thread Pankaj Raghav
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 --- fs/btrfs/disk-io.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 8043abc1bd..c80f8e8028 100644 --- a/fs/btrfs