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:
a63b7bb
)
GFS2: make sure S_NOSEC flag isn't overwritten
author
Benjamin Marzinski
<bmarzins@redhat.com>
Tue, 5 May 2015 17:25:48 +0000
(12:25 -0500)
committer
Bob Peterson
<rpeterso@redhat.com>
Tue, 5 May 2015 17:25:48 +0000
(12:25 -0500)
At the end of gfs2_set_inode_flags inode->i_flags is set to flags, so
we should be modifying flags instead of inode->i_flags, so it isn't
overwritten.
Signed-off-by: Benjamin Marzinski <bmarzins redhat com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
No differences found