Whamcloud - gitweb
Most of the MDS unlink handling.
authoradilger <adilger>
Tue, 20 May 2003 06:59:13 +0000 (06:59 +0000)
committeradilger <adilger>
Tue, 20 May 2003 06:59:13 +0000 (06:59 +0000)
commit426bf5cd3e80c36f4df9aa946f190ea1e5b7f4da
tree55e660ca4a3433f41dd386c5f2271cca32c03d5e
parentf8a2f58d7344b3a85f778bf17600f8df930f55c9
Most of the MDS unlink handling.

For some reason using the passed mds_last_rcvd_cb as a parameter to
mds_finish_transno() as an arg to fsfilt_set_last_rcvd() doesn't work
very well (crashes UML), yet passing the same function pointer directly
to fsfilt_set_last_rcvd() seems to work OK.

AAAAAAARRRRRRGGGGGGGHHHHHHH...  I see it now - prototypes for functions
that are declared directly in another file, which are now WRONG!!!!!!!!
I hate it when that happens.  To be fixed in next checkin.
lustre/lib/recov_log.c