staging/lustre: remove enum config_flags and obd_mount_server.c

obd_mount_server.c is not really used at all, and we can remove
enum config_flags that are causing symbol conflictions due to
CONFIG_ prefixing...

Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Peng Tao 2013-06-03 21:37:28 +08:00 committed by Greg Kroah-Hartman
parent 423e118c0b
commit 9c110d71b3
2 changed files with 0 additions and 1790 deletions

View File

@ -908,13 +908,6 @@ enum obd_notify_event {
OBD_NOTIFY_ACTIVATE OBD_NOTIFY_ACTIVATE
}; };
/* bit-mask flags for config events */
enum config_flags {
CONFIG_LOG = 0x1, /* finished processing config log */
CONFIG_SYNC = 0x2, /* mdt synced 1 ost */
CONFIG_TARGET = 0x4 /* one target is added */
};
/* /*
* Data structure used to pass obd_notify()-event to non-obd listeners (llite * Data structure used to pass obd_notify()-event to non-obd listeners (llite
* and liblustre being main examples). * and liblustre being main examples).

File diff suppressed because it is too large Load Diff