milos-linux/fs/debugfs
Al Viro 59200f4526 new helper: simple_start_creating()
Set the things up for kernel-initiated creation of object in
a tree-in-dcache filesystem.  With respect to locking it's
an equivalent of filename_create() - we either get a negative
dentry with locked parent, or ERR_PTR() and no locks taken.

tracefs and debugfs had that open-coded as part of their
object creation machinery; switched to calling new helper.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2025-07-02 22:44:38 -04:00
..
file.c debugfs: Fix the missing initializations in __debugfs_file_get() 2025-01-30 08:22:31 +01:00
inode.c new helper: simple_start_creating() 2025-07-02 22:44:38 -04:00
internal.h debugfs: allow to store an additional opaque pointer at file creation 2025-01-15 13:14:36 +01:00
Makefile