From e0d6ebf23040ad4e06ea0e4bcc5cce7275e02a1f Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 3 Dec 2003 03:31:16 +0000 Subject: [PATCH] don't go into the unexplored territory that is the negative ref count. Wait for Lustre 1.4 for that. --- lustre/obdfilter/filter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 9a2743e..048112a 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1891,7 +1891,6 @@ static int filter_sync(struct obd_export *exp, struct obdo *oa, f_dput(dentry); out_exp: - class_export_put(exp); RETURN(rc); } -- 1.8.3.1