Skip to content

Commit

Permalink
staging/lustre: remove enum config_flags and obd_mount_server.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Tao authored and Greg Kroah-Hartman committed Jun 3, 2013
1 parent 423e118 commit 9c110d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,790 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/lustre/lustre/include/obd.h
Original file line number Diff line number Diff line change
Expand Up @@ -908,13 +908,6 @@ enum obd_notify_event {
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
* and liblustre being main examples).
Expand Down
Loading

0 comments on commit 9c110d7

Please sign in to comment.