]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc8325d4e514aaf8d35d7737a04fb55630043b2db
tree4bc01a35030827a238c0822d74995b37efa4d9f7
parent3a40a553a47d4eefbf5d916c6f2a63a68d84d05d
[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