Whamcloud - gitweb
Remove (false) distinction between llog_catalog_hdr and llog_object_hdr -
authoradilger <adilger>
Tue, 27 May 2003 09:08:49 +0000 (09:08 +0000)
committeradilger <adilger>
Tue, 27 May 2003 09:08:49 +0000 (09:08 +0000)
commit968241a3630f5a863f7e4e713f824698006bee4e
tree3e73cbea2470e55e4ab044d1783abe30c7411f29
parent621dfd5e2ee3405cad0a0bef95a21a4a541acc24
Remove (false) distinction between llog_catalog_hdr and llog_object_hdr -
  they have to be the same for LOV-nested logfiles to work.
Change llog_current_log() to have an explicit pointer to the current log for
  that catalog, so we don't get confused by LOV-nested logfiles on the list.
Mark the LOV catalogs initialized so we don't create a new log each time.
Use the right message for the unlink cookies being sent to the OSTs.
Set the MDS unlink record type.
lustre/include/linux/lustre_log.h
lustre/lib/recov_log.c