staging: lustre: drop macro that has no uses
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>
This commit is contained in:
parent
3dfbe9ea54
commit
b380de05a8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user