Re: [Cluster-devel] [PATCH] GFS2: mark the journal idle to fix ro mounts

2015-05-01 Thread Bob Peterson
- Original Message - When gfs2 was mounted read-only and then unmounted, it was writing a header block to the journal in the syncing gfs2_log_flush() call from kill_sb(). This is because the journal was not being marked as idle until the first log header was written out, and on a

Re: [Cluster-devel] [PATCH 02/12] trivial: GFS2: inode.c: indent with TABs, not spaces

2015-05-01 Thread Bob Peterson
- Original Message - Follow the same style used for the other functions in the same file. Signed-off-by: Antonio Ospite a...@ao2.it Cc: Steven Whitehouse swhit...@redhat.com Cc: Bob Peterson rpete...@redhat.com Cc: cluster-devel@redhat.com --- fs/gfs2/inode.c | 4 ++-- 1 file