commit | eb29d66d4f2dc98a81ae590bbdddc8cfa8964d73 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Tue Nov 23 14:38:10 2010 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Tue Nov 23 14:38:10 2010 +0100 |
tree | f1e2f9bc9bd92bf978d2bcf54b536a9a6b188667 | |
parent | 281469766bdde2d14bc73e1fec347e6dd7f63319 [diff] |
hfsplus: write up fsync for directories fsync is supposed to not just work on regular files, but also on directories. Fortunately enough hfsplus_file_fsync works just fine for directories, so we can just wire it up. Signed-off-by: Christoph Hellwig <hch@tuxera.com>