]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: lustre: lnet: change lstio_batch_del_args_t to proper structure
authorJames Simmons <jsimmons@infradead.org>
Mon, 16 Jan 2017 21:30:24 +0000 (16:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2017 10:12:52 +0000 (11:12 +0100)
Change lstio_batch_del_args_t from typedef to proper structure.

Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6142
Reviewed-on: https://review.whamcloud.com/24188
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/lnet/lnetst.h

index 41cbe3a296ad63d90f4ccd221bb958d5db3b26e4..c01931c212d7fa779b9eb79fe134556ce4cc3b5a 100644 (file)
@@ -360,11 +360,11 @@ struct lstio_batch_add_args {
        char __user *lstio_bat_namep;   /* IN: batch name */
 };
 
-typedef struct {
+struct lstio_batch_del_args {
        int      lstio_bat_key;         /* IN: session key */
        int      lstio_bat_nmlen;       /* IN: name length */
        char __user *lstio_bat_namep;   /* IN: batch name */
-} lstio_batch_del_args_t;
+};
 
 typedef struct {
        int                      lstio_bat_key;         /* IN: session key */