Skip to content
Snippets Groups Projects
Commit 2ac3d509 authored by alex's avatar alex
Browse files

- serialize all allocations on OSS by fo_alloc_lock. for benchmarking

parent 1aa62294
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment