diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index 9d7890111d37246b58d9ee57149fbe4de19d11c7..dd69bee7b5ea1bc1d4aa5d0febd1860131e1f826 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -1662,7 +1662,7 @@ Details    : Move md-specific fields out of struct lu_site into special struct
 
 Severity   : minor
 Bugzilla   : 16450
-Description: Kill mdd_lov_destroy()
+Description: Kill mdd_lov_destroy().
 Details    : Remove unused mdd code.
 
 Severity   : minor
@@ -1670,11 +1670,16 @@ Bugzilla   : 16450
 Description: Add st_block checking to multistat.c.
 Details    : Add st_block checking to multistat.c.
 
-Severity   : minor
+Severity   : normal
 Bugzilla   : 16450
 Description: Add lu_ref support to struct obd_device.
 Details    : Add lu_ref tracking to obd_device.
 
+Severity   : minor
+Bugzilla   : 16450
+Description: Kill obd_set_fail_loc().
+Details    : Remove unused code.
+
 --------------------------------------------------------------------------------
 
 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c
index 5cfbbcb1fc3ac33c3ef2c8a4fc764392b2436fb3..2911586c8c147f330eb87bc36ed8dcb68caee124 100644
--- a/lustre/obdclass/class_obd.c
+++ b/lustre/obdclass/class_obd.c
@@ -87,11 +87,6 @@ unsigned long obd_print_fail_loc(void)
         return obd_fail_loc;
 }
 
-void obd_set_fail_loc(unsigned int fl)
-{
-        obd_fail_loc = fl;
-}
-
 /*  opening /dev/obd */
 static int obd_class_open(unsigned long flags, void *args)
 {