]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/lustre/lustre/obdclass/class_obd.c
staging: lustre: move ioctls to lustre_ioctl.h
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / lustre / lustre / obdclass / class_obd.c
index d9d2a1952b8bb7edb035f8e65f82d6202230d34e..6edf53eeece17b0e6de9ff366146bfbf7d326d91 100644 (file)
@@ -40,6 +40,7 @@
 #include "../include/lprocfs_status.h"
 #include <linux/list.h>
 #include "../include/cl_object.h"
+#include "../include/lustre/lustre_ioctl.h"
 #include "llog_internal.h"
 
 struct obd_device *obd_devs[MAX_OBD_DEVICES];
@@ -287,13 +288,6 @@ int class_handle_ioctl(unsigned int cmd, unsigned long arg)
                goto out;
        }
 
-       case OBD_IOC_CLOSE_UUID: {
-               CDEBUG(D_IOCTL, "closing all connections to uuid %s (NOOP)\n",
-                      data->ioc_inlbuf1);
-               err = 0;
-               goto out;
-       }
-
        case OBD_IOC_GETDEVICE: {
                int     index = data->ioc_count;
                char    *status, *str;