Whamcloud - gitweb
Remove unused code.
authornikita <nikita>
Sat, 18 Oct 2008 17:31:46 +0000 (17:31 +0000)
committernikita <nikita>
Sat, 18 Oct 2008 17:31:46 +0000 (17:31 +0000)
b=16450

lustre/ChangeLog
lustre/obdclass/class_obd.c

index 9d78901..dd69bee 100644 (file)
@@ -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>
index 5cfbbcb..2911586 100644 (file)
@@ -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)
 {