]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: lustre: drop macro that has no uses
authorAastha Gupta <aastha.gupta4104@gmail.com>
Wed, 18 Oct 2017 18:49:40 +0000 (00:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Oct 2017 12:46:06 +0000 (14:46 +0200)
This patch removes DLUBUF and PLUBUF macro, both of which have no users.

Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lu_object.h

index a3c0481ca56ff39b1a4ad16a8ff4b068caf1bb0b..3cf0b656200fe8333eb62d88ccc688fe53b9d4ab 100644 (file)
@@ -1303,8 +1303,6 @@ struct lu_buf {
        size_t  lb_len;
 };
 
-#define DLUBUF "(%p %zu)"
-#define PLUBUF(buf) (buf)->lb_buf, (buf)->lb_len
 /**
  * One-time initializers, called at obdclass module initialization, not
  * exported.