commit | 24924a20dab603089011f9d3eb7622f0f6ef93c0 | [log] [tgz] |
---|---|---|
author | Peng Tao <bergwolf@gmail.com> | Thu Jul 18 22:09:08 2013 +0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 20 05:06:27 2013 +0400 |
tree | 6759627a328ae3cdc6136bff124e3a8e01da3147 | |
parent | acfec9a5a892f98461f52ed5770de99a3e571ae2 [diff] |
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>