diff --git a/[refs] b/[refs] index ed62d6301819..2936384b15da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0e55a7cca4b66f625d67b292f80b6a976e77c51b +refs/heads/master: 5cec56deb6d41b5b570306b17cd0b1590ebd0897 diff --git a/trunk/fs/dcache.c b/trunk/fs/dcache.c index 900de90d21be..12eac838558a 100644 --- a/trunk/fs/dcache.c +++ b/trunk/fs/dcache.c @@ -1462,8 +1462,6 @@ struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) * d_validate - verify dentry provided from insecure source * @dentry: The dentry alleged to be valid child of @dparent * @dparent: The parent dentry (known to be valid) - * @hash: Hash of the dentry - * @len: Length of the name * * An insecure source has sent us a dentry, here we verify it and dget() it. * This is used by ncpfs in its readdir implementation.