Whamcloud - gitweb
- lov_add_obd() should pass OBD_NOTIGY_ACTIVE instead of 1 as 1 means OBD_NOTIGY_INAC...
authoryury <yury>
Sat, 17 Dec 2005 17:06:57 +0000 (17:06 +0000)
committeryury <yury>
Sat, 17 Dec 2005 17:06:57 +0000 (17:06 +0000)
commit64c457d87084f5cb9ed95468449167b847af407e
treec119e106d68d5f1897340988b441d102f55bac8f
parentad99ff6182ae638c1139d7935769e1dfd4658090
- lov_add_obd() should pass OBD_NOTIGY_ACTIVE instead of 1 as 1 means OBD_NOTIGY_INACTIVE, also not good to use magical digits.
This seems result of wrong backport from HEAD, as in HEAD obd_notify() has boolean flag (active/inactive) instead of event type.
This bug caused mds_notify() did nothing in the case of addind one more OST.
- fixed ENTRY/RETURN in lov_notify()
lustre/lov/lov_obd.c