Whamcloud - gitweb
- teeny fix to ll_revalidate2; this will be trumped by my fix for 626244
authorpschwan <pschwan>
Tue, 22 Oct 2002 06:55:14 +0000 (06:55 +0000)
committerpschwan <pschwan>
Tue, 22 Oct 2002 06:55:14 +0000 (06:55 +0000)
commitc0463398bf5942d58ae209cfab76be6b1c0842c9
tree16cb9cc4d4503923dfcee2305a6976d095421b8d
parent3ad012e11fafefe3fdc52393153d0c819dc0030b
- teeny fix to ll_revalidate2; this will be trumped by my fix for 626244
  in ways that can scarcely be described by mere words
- multiple CONNECTs to the LOV would do more CONNECTs to the OSCs, each
  clobbering the last connection and preventing cleanup; fixed.
- LOV targets now have an 'active' bit; inactive targets will be skipped at
  CREATE and DISCONNECT time
- added locking for the above, along with a function to toggle the bit given an
  LOV and a UUID
- added a LOV_SET_OSC_ACTIVE ioctl to the lov driver and lctl
lustre/include/linux/obd.h
lustre/include/linux/obd_lov.h
lustre/llite/dcache.c
lustre/lov/lov_obd.c
lustre/utils/lctl.c
lustre/utils/obd.c
lustre/utils/obdctl.h