Skip to content
Snippets Groups Projects
Commit 9753dac8 authored by Nikita Danilov's avatar Nikita Danilov
Browse files

Remove unused code.

b=16450
parent b893c0d0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment