git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f1607
)
GFS2: Fix permissions on "recover" file
author
Steven Whitehouse
<swhiteho@redhat.com>
Tue, 11 Aug 2009 10:20:11 +0000
(11:20 +0100)
committer
Steven 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