[PATCH 0/2] kernfs: remove i_lock usage that isn't needed

From: Ian Kent
Date: Mon Oct 17 2022 - 22:32:47 EST


In the patch series to change the global kernfs mutex to a read-write
semaphore the inode i_lock is used in several functions.

But after thinking about it the i_lock is in fact not needed.

Signed-off-by: Ian Kent <raven@xxxxxxxxxx>
---

Ian Kent (2):
kernfs: dont take i_lock on inode attr read
kernfs: dont take i_lock on revalidate


fs/kernfs/dir.c | 24 +++++++++++++++++-------
fs/kernfs/inode.c | 4 ----
2 files changed, 17 insertions(+), 11 deletions(-)

--
Ian