Whamcloud - gitweb
don't go into the unexplored territory that is the negative ref count.
authorphil <phil>
Wed, 3 Dec 2003 03:31:16 +0000 (03:31 +0000)
committerphil <phil>
Wed, 3 Dec 2003 03:31:16 +0000 (03:31 +0000)
Wait for Lustre 1.4 for that.

lustre/obdfilter/filter.c

index 9a2743e..048112a 100644 (file)
@@ -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);
 }