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)
commitd07f132a225c013e59aa77f514ad9211ecab82ee
tree3ed2d6425cc97ce0fa5fce0b172011c216dd17fb
parent899587c8d0908e5124fd074d52bf05b4b0633a79
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