Whamcloud - gitweb
add missing close to filter obd
authorbraam <braam>
Tue, 2 Apr 2002 19:26:24 +0000 (19:26 +0000)
committerbraam <braam>
Tue, 2 Apr 2002 19:26:24 +0000 (19:26 +0000)
lustre/obdfilter/filter.c

index cf81955..f8c52c7 100644 (file)
@@ -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);