GFS2: Support for I/O barriers
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 26 Sep 2008 09:23:22 +0000 (10:23 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 26 Sep 2008 09:23:22 +0000 (10:23 +0100)
commit254db57f9b12daba841a4d91ddb9a8161e9c74ba
treee5d4f107d8bdf6278738c85a67b54d96d1a900e8
parent6d80c39f9155e289fe8037a8b6352931ff916ceb
GFS2: Support for I/O barriers

This patch adds barrier support to GFS2. There is not a lot of change
really... we just add the barrier flag when we write journal header
blocks. If the underlying device refuses to support them, we fall back
to the previous way of doing things (wait for the I/O and hope) since
there is nothing else we can do. There is no user configuration,
barriers will always be on unless the device refuses to support them.
This seems a reasonable solution to me since this is a correctness
issue.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h
fs/gfs2/log.c