commit | 756acc2d61712a8cafe2aa6ad626c60a185d3645 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 23 15:23:40 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:24:15 2010 -0400 |
tree | 72473307f7789b2dafa4b7ca2facc6427f83a283 | |
parent | 1d3382cbf02986e4833849f528d451367ea0b4cb [diff] |
list.h: new helper - hlist_add_fake() 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>