]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8f390bdc694b452e8d075554993627f60d7c0e5
tree4553430fa44429b1127a4ef8649380b3bce4f9eb
parent146d5740e645de21bfa26bbd8ceac72287d6de88
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