linux/fs/hostfs
Mateusz Guzik f99b391778
fs: rename generic_delete_inode() and generic_drop_inode()
generic_delete_inode() is rather misleading for what the routine is
doing. inode_just_drop() should be much clearer.

The new naming is inconsistent with generic_drop_inode(), so rename that
one as well with inode_ as the suffix.

No functional changes.

Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-09-15 16:09:42 +02:00
..
Makefile um: hostfs: define our own API boundary 2023-04-20 23:04:40 +02:00
hostfs.h um: hostfs: avoid issues on inode number reuse by host 2025-03-18 11:04:13 +01:00
hostfs_kern.c fs: rename generic_delete_inode() and generic_drop_inode() 2025-09-15 16:09:42 +02:00
hostfs_user.c um: hostfs: avoid issues on inode number reuse by host 2025-03-18 11:04:13 +01:00
hostfs_user_exp.c um: hostfs: define our own API boundary 2023-04-20 23:04:40 +02:00