From f0f8994bc820cd547857ed3faa4a380849bc59fe Mon Sep 17 00:00:00 2001 From: braam Date: Tue, 2 Apr 2002 19:26:24 +0000 Subject: [PATCH] add missing close to filter obd --- lustre/obdfilter/filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index cf81955..f8c52c7 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -165,6 +165,7 @@ static void filter_prep(struct obd_device *obddev) } } obddev->u.filter.fo_lastino = lastino; + filp_close(file, 0); out: pop_ctxt(&saved); -- 1.8.3.1