[PATCH] prune_one_dentry() tweaks
authorAndrew Morton <akpm@osdl.org>
Thu, 22 Jun 2006 21:47:31 +0000 (14:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 22 Jun 2006 22:05:57 +0000 (15:05 -0700)
commitd702ccb342e49f7591df5a87c3857c698183b0fa
tree4bc01a35030827a238c0822d74995b37efa4d9f7
parent0feae5c47aabdde59cbbec32d150e17102de37f0
[PATCH] prune_one_dentry() tweaks

- Add description of d_lock handling to comments over prune_one_dentry().

- It has three callsites - uninline it, saving 200 bytes of text.

Cc: Jan Blunck <jblunck@suse.de>
Cc: Kirill Korotaev <dev@openvz.org>
Cc: Olaf Hering <olh@suse.de>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/dcache.c