Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information