Re: [Cluster-devel] linux-next: Tree for Apr 20 (gfs2)

2015-04-24 Thread Bob Peterson
- Original Message - On 04/19/15 22:45, Stephen Rothwell wrote: Hi all, Please do not add any v4.2 material to your linux-next included trees until after v4.1-rc1 is released. Changes since 20150415: on i386: ERROR: __divdi3 [fs/gfs2/gfs2.ko] undefined! --

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

2015-04-24 Thread Benjamin Marzinski
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 read-only mount there never was a log

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

2015-04-24 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