Whamcloud - gitweb
doc/OBD-HOWTO.sgml: updated references to attach types from *_obd to obd*
authoradilger <adilger>
Thu, 9 Mar 2000 10:48:45 +0000 (10:48 +0000)
committeradilger <adilger>
Thu, 9 Mar 2000 10:48:45 +0000 (10:48 +0000)
commita86aaafa8f49c628e9d2f7d7f39fe5c81e2b73fc
tree909b50ddffe7f88dbb38964e07993080fd8318eb
parente7588d4f1f8e84e3a6ed951027412d6f6617671c
doc/OBD-HOWTO.sgml: updated references to attach types from *_obd to obd*
    and also mentioned autoloading of class modules.
doc/obdspec.sgml: added paragraph on usage of o_valid when passing between
    class drivers, to ensure consistency of metadata in each driver.
    Updated punch definition.
ext2obd/ext2_obd.c: ensure that this driver only returns o_valid flags for
    fields which it has set
obdfs/flushd.c: ensure all pages are flushed at unmount time
obdfs/super.c: fix fast symlinks (from 2.3.42)
snap/snap.c: ensure we keep o_valid safe across method calls if required.
    Removed hacks which are resolved by proper o_valid handling in ext2obd.
lustre/obdfs/flushd.c
lustre/obdfs/rw.c
lustre/obdfs/super.c