GFS2: Fix permissions on "recover" file
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 11 Aug 2009 10:20:11 +0000 (11:20 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 14 Aug 2009 13:04:46 +0000 (14:04 +0100)
Although this file is only ever written and not read by
userspace, it seems that the utils are opening this
file O_RDWR, so we need to allow that.

Also fixes the whitespace which seemed to be broken.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: David Teigland <teigland@redhat.com>

No differences found