Whamcloud - gitweb
Fix the RH-chaos kernel oops. This was caused by trying to enable slab
authoradilger <adilger>
Fri, 31 May 2002 11:05:03 +0000 (11:05 +0000)
committeradilger <adilger>
Fri, 31 May 2002 11:05:03 +0000 (11:05 +0000)
commit0ca741b3135085b6739287844f0b9f7f807884e7
tree05114065cb09bdf078ce8835a9806119503cc085
parent49927917ef00ba5b241346c2689901263ab496f2
Fix the RH-chaos kernel oops.  This was caused by trying to enable slab
poisoning (in order to catch errors where we dereference freed objects).
Sadly, the slab.c code checks for "invalid" flags and BUGs if any are set
(only doing so at runtime) rather than just not defining them and catching
the error at compile time or just ignoring it entirely.
lustre/mds/mds_ext3.c
lustre/mds/mds_extN.c