commit | d7e623da1a757fbd8c117fa29190ca8bef14dab3 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Aug 11 11:20:11 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Aug 14 14:04:46 2009 +0100 |
tree | 96fd46643f1b381a6985da15ea984a9e1f66e8f5 | |
parent | 64f1607ffbbc772685733ea63e6f7f4183df1b16 [diff] |
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>