Commit 6feb64ff authored by Bart Van Assche's avatar Bart Van Assche Committed by Doug Ledford

RDMA/srpt: Remove driver version and release date

Neither a driver version number nor a release data is useful in
an upstream driver. Remove the word "InfiniBand" from the driver
description because recently RoCE support has been added to this
driver.

Cc: Sergey Gorenko <sergeygo@mellanox.com>
Cc: Max Gurtovoy <maxg@mellanox.com>
Cc: Laurence Oberman <loberman@redhat.com>
Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent c4bbe911
...@@ -51,8 +51,6 @@ ...@@ -51,8 +51,6 @@
/* Name of this kernel module. */ /* Name of this kernel module. */
#define DRV_NAME "ib_srpt" #define DRV_NAME "ib_srpt"
#define DRV_VERSION "2.0.0"
#define DRV_RELDATE "2011-02-14"
#define SRPT_ID_STRING "Linux SRP target" #define SRPT_ID_STRING "Linux SRP target"
...@@ -60,8 +58,7 @@ ...@@ -60,8 +58,7 @@
#define pr_fmt(fmt) DRV_NAME " " fmt #define pr_fmt(fmt) DRV_NAME " " fmt
MODULE_AUTHOR("Vu Pham and Bart Van Assche"); MODULE_AUTHOR("Vu Pham and Bart Van Assche");
MODULE_DESCRIPTION("InfiniBand SCSI RDMA Protocol target " MODULE_DESCRIPTION("SCSI RDMA Protocol target driver");
"v" DRV_VERSION " (" DRV_RELDATE ")");
MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("Dual BSD/GPL");
/* /*
...@@ -3671,7 +3668,7 @@ static void srpt_drop_tport(struct se_wwn *wwn) ...@@ -3671,7 +3668,7 @@ static void srpt_drop_tport(struct se_wwn *wwn)
static ssize_t srpt_wwn_version_show(struct config_item *item, char *buf) static ssize_t srpt_wwn_version_show(struct config_item *item, char *buf)
{ {
return scnprintf(buf, PAGE_SIZE, "%s\n", DRV_VERSION); return scnprintf(buf, PAGE_SIZE, "\n");
} }
CONFIGFS_ATTR_RO(srpt_wwn_, version); CONFIGFS_ATTR_RO(srpt_wwn_, version);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment