]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Fix bug trap and journaled data fsync
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 5 Aug 2011 09:12:47 +0000 (10:12 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 27 Oct 2011 08:08:01 +0000 (09:08 +0100)
commitc613e5147856a514d382d9e988012d42a0e7a869
treeabe09db117138a1005ee37d98dcacbce3cd323dc
parente13152f8e22ebdce5a1d1171c25934a6bfb3b831
GFS2: Fix bug trap and journaled data fsync

Journaled data requires that a complete flush of all dirty data for
the file is done, in order that the ail flush which comes after
will succeed.

Also the recently enhanced bug trap can trigger falsely in case
an ail flush from fsync races with a page read. This updates the
bug trap such that it will ignore buffers which are locked and
only trigger on dirty and/or pinned buffers when the ail flush
is run from fsync. The original bug trap is retained when ail
flush is run from ->go_sync()

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/file.c
fs/gfs2/glops.c