Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Wed, 30 Mar 2005 04:55:21 +0000 (04:55 +0000)
committeradilger <adilger>
Wed, 30 Mar 2005 04:55:21 +0000 (04:55 +0000)
commit23c26d99bbc751b43e933a1c4f06503a529944af
tree869fe7a6af25175fc418913d58a308f924d839ff
parent13a06f3eb4d455d40f10f99c0cc7191733ed9646
Branch: b1_4
For some reason having an inline ll_set_rdonly() with HAVE_OLD_DEV_SET_RDONLY
is causing gcc to miscompile and way overstep the array bounds (2 == 1792
in some cases it seems).  Move this code to a function.

Add some more 64-bit sanity checks (it was do_div() on BGL that broke things
previously).
lustre/include/linux/lustre_compat25.h
lustre/include/linux/lustre_net.h
lustre/include/linux/obd.h
lustre/include/linux/obd_support.h
lustre/obdclass/class_obd.c
lustre/obdclass/obd_config.c