linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] kernfs: Remove reference counting for kernfs_open_node.
@ 2022-03-24 10:30 Imran Khan
  2022-03-24 10:30 ` [PATCH 1/2] " Imran Khan
  2022-03-24 10:30 ` [PATCH 2/2] kernfs: make ->attr.open RCU protected Imran Khan
  0 siblings, 2 replies; 3+ messages in thread
From: Imran Khan @ 2022-03-24 10:30 UTC (permalink / raw)
  To: viro, tj, gregkh; +Cc: linux-kernel

This patchset contains changes that were suggested as part of review of [1].
I am sending these changes as a separate patchset because [1] focusses on
replacing some global locks with hashed ones while these changes are applicable
irrespective of whether we stick with global locks or endup using hashed locks
eventually and hence these changes can be reviewed independent of [1].

[1] https://lore.kernel.org/lkml/YjOpedPDj+3KCJjk@zeniv-ca.linux.org.uk/

Imran Khan (2):
  kernfs: Remove reference counting for kernfs_open_node.
  kernfs: make ->attr.open RCU protected.

 fs/kernfs/file.c       | 92 +++++++++++++++++-------------------------
 include/linux/kernfs.h |  2 +-
 2 files changed, 39 insertions(+), 55 deletions(-)


base-commit: dd315b5800612e6913343524aa9b993f9a8bb0cf
-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-24 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 10:30 [PATCH 0/2] kernfs: Remove reference counting for kernfs_open_node Imran Khan
2022-03-24 10:30 ` [PATCH 1/2] " Imran Khan
2022-03-24 10:30 ` [PATCH 2/2] kernfs: make ->attr.open RCU protected Imran Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).