GFS2: Add some useful messages
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 6 May 2010 10:03:29 +0000 (11:03 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 6 May 2010 10:03:29 +0000 (11:03 +0100)
commit913a71d250803130eac523e7a2b6439e31a0bc83
tree5a5c51a5651c49d21cb6f88c63dc063df12acff7
parentad6bb90f3401556469489f237cb08626d88703d2
GFS2: Add some useful messages

The following patch adds a message to indicate when barriers have been
disabled due to a block device which doesn't support them. You could
already tell this via the mount options in /proc/mounts, but all the
other filesystems also log a message at the same time.

Also, the same mechanisms are used to indicate when the lock
demote interface has been used (only ever used for debugging)
which is a request from our support team.

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