]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fs: simplify __d_free
authorChristoph Hellwig <hch@infradead.org>
Sun, 10 Oct 2010 09:36:22 +0000 (05:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:26:12 +0000 (21:26 -0400)
commit9c82ab9c9e16cb9edf17bd0d31f3d6904afce04f
tree82701029a920b1550f1234a8630ff0243ac3651c
parentbe148247cfbe2422f5709e77d9c3e10b8a6394da
fs: simplify __d_free

Remove d_callback and always call __d_free with a RCU head.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c