]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/adfs/adfs.h
fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Dec 2019 11:08:34 +0000 (11:08 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Jan 2020 01:12:40 +0000 (20:12 -0500)
commite6160e469f56a23cb69e1dc37aa0d895bf29ac24
treec1f9c669869837ac2e66c035b315742486be067f
parentf75d398d6ee61b04c16124e3eddd786526bc7d40
fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()

adfs_map_free() is not obvious whether it is freeing the map or
returning the number of free blocks on the filesystem.  Rename it to
the more generic statfs() to make it clear that it's a statistic
function.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/adfs/adfs.h
fs/adfs/map.c
fs/adfs/super.c