Whamcloud - gitweb
- disable debug
[fs/lustre-release.git] / lustre / obdfilter / filter_io_26.c
index 8c1eb35..ad109e4 100644 (file)
@@ -369,7 +369,7 @@ int filter_direct_io(int rw, struct dentry *dchild, void *iobuf,
         
         if (rw == OBD_BRW_WRITE) {
                 create = 1;
-                sem = &obd->u.filter.fo_alloc_lock;
+                //sem = &obd->u.filter.fo_alloc_lock;
         }
 
         rc = fsfilt_map_inode_pages(obd, inode,
@@ -537,7 +537,7 @@ int filter_commitrw_write(struct obd_export *exp, struct obdo *oa,
         err = fsfilt_commit_wait(obd, inode, wait_handle);
         if (rc == 0)
                 rc = err;
-   
+
         fsfilt_check_slow(now, obd_timeout, "commitrw commit");
 
 cleanup: