]> git.baikalelectronics.ru Git - kernel.git/commit
staging: exfat: dedicate count_entries() to sub-dir counting.
authorTetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp>
Mon, 17 Feb 2020 07:29:41 +0000 (16:29 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Feb 2020 17:14:26 +0000 (18:14 +0100)
commit8cd8a90053ac1335705571d8724dec78159ad476
tree6f81423f3a41062bc8596241f1e59910551ad757
parent1b8162e41c90f1752c03994b155605f1ff19111f
staging: exfat: dedicate count_entries() to sub-dir counting.

count_entries() function is only used to count sub-dirs.
Clarify the role and rename to count_dir_entries().

Signed-off-by: Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp>
Link: https://lore.kernel.org/r/20200217072941.34116-2-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat.h
drivers/staging/exfat/exfat_core.c
drivers/staging/exfat/exfat_super.c