]> git.neil.brown.name Git - history.git/commit
[PATCH] sunrpc dcache cleanup
authorAndrew Morton <akpm@digeo.com>
Wed, 12 Feb 2003 05:06:47 +0000 (21:06 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 12 Feb 2003 05:06:47 +0000 (21:06 -0800)
commitb72d7dcbbf6a79bb628cdc0227f6be05498efe75
tree33faa958dfe1ad2e3ea9f672f06038321951767c
parentfec07c117653dcd34610c7fbb6d87c525dc2391f
[PATCH] sunrpc dcache cleanup

Patch from Dipankar Sarma <dipankar@in.ibm.com>

All fs should be using dcache APIs to manipulate dcache hash lists.  This is
in line with the dcache cleanup patch (dcache_rcu-1) from Maneesh that Linus
accepted.  This seems like a reasonable cleanup.  One change though, we don't
need to grab dcache_lock while deleting dentries from the private list and
__d_drop() should suffice here.
net/sunrpc/rpc_pipe.c