correct wrong function name of d_put in kernel document and source comment
authorZhaolei <zhaolei@cn.fujitsu.com>
Mon, 1 Dec 2008 22:34:58 +0000 (14:34 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:40 +0000 (18:07 -0500)
commitbe42c4c433c2c0d3f1583c08908fead00d36d222
tree4553430fa44429b1127a4ef8649380b3bce4f9eb
parentdc711ca35f9d95a1eec02118e0c298b5e3068315
correct wrong function name of d_put in kernel document and source comment

no function named d_put(), it should be dput().

Impact: fix document and comment, no functionality changed

Signed-off-by: Zhao Lei <zhaolei@cn.fuijtsu.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/vfs.txt
fs/dcache.c