]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit24924a20dab603089011f9d3eb7622f0f6ef93c0
tree6759627a328ae3cdc6136bff124e3a8e01da3147
parentacfec9a5a892f98461f52ed5770de99a3e571ae2
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