]> exis.tech > repos - linux.git/commit
configfs: mark pinned dentries persistent
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 12 May 2026 16:18:21 +0000 (12:18 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Jun 2026 18:53:09 +0000 (14:53 -0400)
commit1387aedb391ac6e790fa941f29570d6f72113dd9
tree1ffe3b3a47202aecea9e6ee20ccf764d2a6750df
parent1a29e25799bcd7c3b2285f46e2c630b62d969b25
configfs: mark pinned dentries persistent

on the removal side we can (finally) get rid of __simple_unlink()
and __simple_rmdir() kludges now that dentries in question are
properly marked persistent - simple_unlink() and simple_rmdir()
will do the right thing for those.

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/configfs/dir.c
fs/configfs/symlink.c