fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes
authorYubo Feng <fengyubo3@huawei.com>
Wed, 12 Aug 2020 01:35:56 +0000 (18:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:58:01 +0000 (10:58 -0700)
commite348e65a081d761caf72c2753c4e3d67bfb1ef80
tree6797905ce27f7fa95c92d55a5e3f6d6f064af384
parent88b2e9b06381551b707d980627ad0591191f7a2d
fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes

There is no need to hold write_lock in fat_ioctl_get_attributes.
write_lock may make an impact on concurrency of fat_ioctl_get_attributes.

Signed-off-by: Yubo Feng <fengyubo3@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Link: http://lkml.kernel.org/r/1593308053-12702-1-git-send-email-fengyubo3@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fat/file.c