]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitd7e623da1a757fbd8c117fa29190ca8bef14dab3
tree96fd46643f1b381a6985da15ea984a9e1f66e8f5
parent64f1607ffbbc772685733ea63e6f7f4183df1b16
GFS2: Fix permissions on "recover" file

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>
fs/gfs2/sys.c