cleanup d_add_ci
authorChristoph Hellwig <hch@lst.de>
Mon, 5 Jan 2009 18:10:37 +0000 (19:10 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 27 Mar 2009 18:43:57 +0000 (14:43 -0400)
commitb6520c81934848cef126d93951f7ce242e0f656d
treedda2be723ee831eb1d33ead7f22335f7817f9c61
parent2b1c6bd77d4e6a727ffac8630cd154b2144b751a
cleanup d_add_ci

Make sure that comments describe what's going on and not how, and always
use __d_instantiate instead of two separate branches, one with
d_instantiate and one with __d_instantiate.

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