Skip to content

Commit

Permalink
Remove last traces of HOT_ADD_DISK
Browse files Browse the repository at this point in the history
This ioctl is no longer used, so remove all references to it.

Signed-off-by: Jes Sorensen <[email protected]>
  • Loading branch information
Jes Sorensen committed Nov 27, 2019
1 parent 1cc3965 commit 02af379
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,6 @@ int Manage_subdevs(char *devname, int fd,
/* Do something to each dev.
* devmode can be
* 'a' - add the device
* try HOT_ADD_DISK
* If that fails EINVAL, try ADD_NEW_DISK
* 'S' - add the device as a spare - don't try re-add
* 'j' - add the device as a journal device
* 'A' - re-add the device
Expand Down
1 change: 0 additions & 1 deletion md_u.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t)
#define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22)
#define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t)
#define HOT_ADD_DISK _IO (MD_MAJOR, 0x28)
#define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29)
#define SET_BITMAP_FILE _IOW (MD_MAJOR, 0x2b, int)

Expand Down

0 comments on commit 02af379

Please sign in to comment.