debugfs: rename start_creating() to debugfs_start_creating()
authorNeilBrown <neil@brown.name>
Mon, 22 Sep 2025 04:29:53 +0000 (14:29 +1000)
committerChristian Brauner <brauner@kernel.org>
Tue, 23 Sep 2025 10:37:36 +0000 (12:37 +0200)
commit0a2c70594704b199849e8add59263fc98e057a63
treedbbc2e7ef0748cb17048ab8c660e4070b1dd6ae9
parent3d18f80ce181ba27f37d0ec1c550b22acb01dd49
debugfs: rename start_creating() to debugfs_start_creating()

start_creating() is a generic name which I would like to use for a
function similar to simple_start_creating(), only not quite so simple.

debugfs is using this name which, though static, will cause complaints
if then name is given a different signature in a header file.

So rename it to debugfs_start_creating().

Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/debugfs/inode.c