From bb6908df191c2a3283100762dfc206fa5bf801f1 Mon Sep 17 00:00:00 2001 From: fanyong Date: Thu, 21 Aug 2008 08:36:13 +0000 Subject: [PATCH] Branch b1_8_gate b=15927 i=johann i=huanghua Replace ptlrpcd with the statahead thread to interpret the async statahead RPC callback. --- lustre/llite/dcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/dcache.c b/lustre/llite/dcache.c index 5b8b72d..0efd2e6 100644 --- a/lustre/llite/dcache.c +++ b/lustre/llite/dcache.c @@ -50,7 +50,7 @@ #include "llite_internal.h" /* should NOT be called with the dcache lock, see fs/dcache.c */ -static void ll_release(struct dentry *de) +void ll_release(struct dentry *de) { struct ll_dentry_data *lld; ENTRY; -- 1.8.3.1