]> git.baikalelectronics.ru Git - kernel.git/commit
configfs: fold configfs_attach_attr into configfs_lookup
authorChristoph Hellwig <hch@lst.de>
Wed, 25 Aug 2021 05:50:32 +0000 (07:50 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 25 Aug 2021 05:58:46 +0000 (07:58 +0200)
commitc302aa3c3372cc8b3001805ea3d52088c637f5c0
tree3ed2d6425cc97ce0fa5fce0b172011c216dd17fb
parentfd8892621aef256921ab960c2822be05d5182881
configfs: fold configfs_attach_attr into configfs_lookup

This makes it more clear what gets added to the dcache and prepares
for an additional locking fix.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/configfs/dir.c