commit | acf5f0be8a520c02bfed74cfc6735bf5fdd4a9e5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Dec 09 11:09:25 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 20 20:12:41 2020 -0500 |
tree | b1e0990adac6a249f3dcb192d47ace4f90734fb3 | |
parent | 1dd9f5babfd95fea5a77b27bab48c04c29db1f5f [diff] |
fs/adfs: dir: add common directory sync method adfs_fplus_sync() can be used for both directory formats since we now have a common way to access the buffer heads, so move it into dir.c and appropriately rename it. Remove the directory-format specific implementations. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>