Whamcloud - gitweb
Add support for JBD journal callbacks to update MDS last_committed value.
authoradilger <adilger>
Fri, 26 Apr 2002 15:57:30 +0000 (15:57 +0000)
committeradilger <adilger>
Fri, 26 Apr 2002 15:57:30 +0000 (15:57 +0000)
commitc4d1747ce0ac52d95cccca84aae4d9bcceca2b88
treed5fa0a083532cc23ed4086bbb350b5f89d32fdcf
parent6a835b93050494f7fd7eca69ca8043a64890fe78
Add support for JBD journal callbacks to update MDS last_committed value.
This needs the most recent kernel patch in order to work properly.  If
the kernel patch isn't applied, you will get a message like:

"no journal callback kernel patch, faking it..."

Likewise, ext2 has "fake" support for commit callbacks.
lustre/include/linux/lustre_mds.h
lustre/include/linux/obd.h
lustre/mds/mds_ext2.c
lustre/mds/mds_ext3.c
lustre/mds/mds_reint.c