]> Git Repo - linux.git/commit
ext4: remove unused parameter of ext4_generic_delete_entry function
authorKyoungho Koo <[email protected]>
Mon, 10 Aug 2020 08:07:05 +0000 (17:07 +0900)
committerTheodore Ts'o <[email protected]>
Tue, 18 Aug 2020 18:25:54 +0000 (14:25 -0400)
commit2fe34d2938181b26f86bceb7b87fbf7370bd92c4
treee070f2a447debe72ce36ef481e3a1575b7ab584a
parente0d438c72abe0cb000d67c0795b0341f9e763836
ext4: remove unused parameter of ext4_generic_delete_entry function

The ext4_generic_delete_entry function does not use the parameter
handle, so it can be removed.

Signed-off-by: Kyoungho Koo <[email protected]>
Reviewed-by: Ritesh Harjani <[email protected]>
Link: https://lore.kernel.org/r/20200810080701.GA14160@koo-Z370-HD3
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/ext4.h
fs/ext4/inline.c
fs/ext4/namei.c
This page took 0.055676 seconds and 4 git commands to generate.