commit | 1dd9f5babfd95fea5a77b27bab48c04c29db1f5f | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Dec 09 11:09:20 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 20 20:12:41 2020 -0500 |
tree | 5d02daf81f1a83150c0a6934522b4a69d0999ca5 | |
parent | 95fbadbb5566e383f0cfe40d895e698ab38bdbc7 [diff] |
fs/adfs: dir: add common directory buffer release method With the bhs pointer in place, we have no need for separate per-format free() methods, since a generic version will do. Provide a generic implementation, remove the format specific implementations and the method function pointer. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>