]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: constify dentry parameter in d_count()
authorPeng Tao <bergwolf@gmail.com>
Thu, 18 Jul 2013 14:09:08 +0000 (22:09 +0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 20 Jul 2013 01:06:27 +0000 (05:06 +0400)
commitea4fd8d43ef2448ba5b644cd3303713b028f9a75
tree6759627a328ae3cdc6136bff124e3a8e01da3147
parentce409e6c4415666b24722968b58a471ed8968073
vfs: constify dentry parameter in d_count()

so that it can be used in places like d_compare/d_hash
without causing a compiler warning.

Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/dcache.h