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:
37d217f
)
fuse: use drop_nlink() instead of direct nlink manipulation
author
Csaba Henk
<csaba@gluster.com>
Mon, 24 Aug 2009 04:14:07 +0000
(06:14 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 16 Sep 2009 12:15:28 +0000
(14:15 +0200)
drop_nlink() is the API function to decrease the link count of an inode.
However, at a place the control filesystem used the decrement operator
on i_nlink directly. Fix this.
Cc: Anand Avati <avati@gluster.com>
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found