Re: [PATCH/RFC] Lustre VFS patch

From: hch
Date: Tue May 25 2004 - 15:44:16 EST


On Mon, May 24, 2004 at 11:33:49AM -0400, Horst von Brand wrote:
> Won't you also need a non-__ version, perhaps like so:
>
> void d_rehash(struct dentry *entry)
> {
> spin_lock(&dcache_lock);
> __d_rehash(entry);
> spin_unlock(&dcache_lock);
> }
> EXPORT_SYMBOL(d_rehash);
>
> ?

Yes, and that is in fact included in their patch, I just didn't
quote it because it didn't seem relevant for the review.

One more reason why review requests for an url to a tarball of patches
are evil..

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/