]> git.baikalelectronics.ru Git - kernel.git/commit
fs/adfs: map: factor out map cleanup
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Dec 2019 11:08:44 +0000 (11:08 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Jan 2020 01:12:40 +0000 (20:12 -0500)
commite94580966f0c3e9a255faa2d9413627ca2335573
tree1525b175967b2907484ea4ebbe2693bcb3c06694
parent311e7a3d815779db84358c4794ed9cd967a195c2
fs/adfs: map: factor out map cleanup

We have several places which deal with releasing the map buffers and
freeing the map array.  Provide a helper for this.

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