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:
376d377
)
GFS2: Fix nlink setting on inode creation
author
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 11 Jan 2012 12:35:05 +0000
(12:35 +0000)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 11 Jan 2012 12:35:05 +0000
(12:35 +0000)
Since the nlink count will be 0, we need to use set_nlink rather
than inc_nlink in order to avoid triggering the inc_nlink warning
which was added recently.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found