]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit225903b3557b66bedad851537de0082f41005bbd
tree6797905ce27f7fa95c92d55a5e3f6d6f064af384
parentc62758791dbd54f5956587eebbe2ee0184951c7f
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