[PATCH] d_bucket initialisation simplification
commit9978a575245c1bfad797996a9c57c0af2171d80f
authorAndrew Morton <akpm@osdl.org>
Sat, 29 May 2004 03:40:53 +0000 (28 20:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 29 May 2004 03:40:53 +0000 (28 20:40 -0700)
treef218285433f35f03c6f8be30a8f23275dfdc0532
parentd375152732448abe375fc34f9c63c16c103ab8a6
[PATCH] d_bucket initialisation simplification

The recent nfsd fix was too fancy.  When initialising d_bucket to an "invalid"
value, all we need is a NULL in there.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/dcache.c