commit | 64c86149410bc62d9ac27a0594b3402a2aca03d8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Jun 24 11:45:34 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Jul 26 13:16:42 2010 -0500 |
tree | 58ba57bd091ad80c1c7592bdd7539b10c3e3f6b8 | |
parent | f2bde9b89b4d67c9bc3b963cb996f449ddcd27a4 [diff] |
xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umount On the final put of a superblock the VFS already calls sync_filesystem for us to write out all data and wait for it. No need to start another asynchronous writeback inside ->put_super. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com>