]> git.ipfire.org Git - people/ms/u-boot.git/commit
ext4: cleanup unlink_filename function
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sun, 9 Oct 2016 18:15:26 +0000 (20:15 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 Oct 2016 12:04:36 +0000 (08:04 -0400)
commit15bf8c4f93020663b443b817a0192498bd9cd3f0
tree4273fe678bec4a5a42ed17474951f9ca476c5926
parent6637cb7691e55fcf139ba9ff528f60909b9b838c
ext4: cleanup unlink_filename function

Use the same variable names as in search_dir, to make purpose of variables
more obvious.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
fs/ext4/ext4_common.c