commit | 4a221953ed121692aa25998451a57c7f4be8b4f6 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 01 09:57:57 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Nov 06 08:59:16 2006 -0500 |
tree | 28361de426beea85a97812293841d1f28a9e4a67 | |
parent | eb1dc33aa235b0e44ada6716cda385883c6e6bff [diff] |
[GFS2] Fix incorrect fs sync behaviour. This adds a sync_fs superblock operation for GFS2 and removes the journal flush from write_super in favour of sync_fs where it ought to be. This is more or less identical to the way in which ext3 does this. This bug was pointed out by Russell Cattelan <cattelan@redhat.com> Cc: Russell Cattelan <cattelan@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>