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:
1d3382c
)
list.h: new helper - hlist_add_fake()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 23 Oct 2010 19:23:40 +0000
(15:23 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:24:15 +0000
(21:24 -0400)
Make node look as if it was on hlist, with hlist_del()
working correctly. Usable without any locking...
Convert a couple of places where we want to do that to
inode->i_hash.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found