Whamcloud - gitweb
b=3986
authoralex <alex>
Thu, 29 Jul 2004 09:07:47 +0000 (09:07 +0000)
committeralex <alex>
Thu, 29 Jul 2004 09:07:47 +0000 (09:07 +0000)
commitb78fa3298cb39307feb014711373b45992ed60e3
tree991872cc442b0832f60645767b795ec484157ab3
parentff1adf58016359abd15a6d838dd1d28b6d99f7ae
b=3986
r=adilger

- we can't initialize few groups in parallel because
  filter_read_group_internal() reallocates bunch of
  global-per-obd structures. so, here is simple patch
  to serialize it. indeed, this isn's very scalable
  to hundreds of MDSs, but I think it's enough for a
  while. tested on mountain and my home cluster
lustre/include/linux/obd.h
lustre/obdfilter/filter.c