]> Pileus Git - ~andy/linux/commitdiff
GFS2: add barrier/nobarrier mount options
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Oct 2009 07:03:27 +0000 (08:03 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 3 Dec 2009 11:55:54 +0000 (11:55 +0000)
Currently gfs2 issues barrier unconditionally.  There are various reasons
to disable them, be that just for testing or for stupid devices flushing
large battert backed caches.  Add a nobarrier option that matches xfs and
btrfs for this.  Also add a symmetric barrier option to turn it back on
at remount time.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found