Whamcloud - gitweb
All of the "hack" and FIXME stuff in MDS is now handled by fs-specific methods
authoradilger <adilger>
Fri, 29 Mar 2002 08:28:39 +0000 (08:28 +0000)
committeradilger <adilger>
Fri, 29 Mar 2002 08:28:39 +0000 (08:28 +0000)
commit52b3216f3e0c493451b72c886994bd62a8c8f1d9
tree72829f49794834ca617d3fe9d65adf19a18fdff9
parent149390c383ca9619773c193ee28ab710936c9712
All of the "hack" and FIXME stuff in MDS is now handled by fs-specific methods
which are selected at mount time.  This includes journaling support.

Changes OBD_FAIL_WRITE() to include the block device which should be
disabled.  We conditionally compile the "make device readonly" support.
lustre/include/linux/obd_support.h
lustre/mds/handler.c
lustre/mds/mds_reint.c