summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/include/lustre_req_layout.h
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2015-09-28 23:43:47 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 15:22:27 +0200
commita0744613b234a59a53cad6302e6925ee0874bb51 (patch)
treec54a60e6a00614027145758c1277001a6f90e09b /drivers/staging/lustre/lustre/include/lustre_req_layout.h
parente64674d093ed58e507cf93647e690c2a11541181 (diff)
staging/lustre: Remove unused req_capsule_server_grow
It's only used on the server Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/lustre_req_layout.h')
-rw-r--r--drivers/staging/lustre/lustre/include/lustre_req_layout.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/lustre/lustre/include/lustre_req_layout.h b/drivers/staging/lustre/lustre/include/lustre_req_layout.h
index c6457b27c4e7..04c00761c861 100644
--- a/drivers/staging/lustre/lustre/include/lustre_req_layout.h
+++ b/drivers/staging/lustre/lustre/include/lustre_req_layout.h
@@ -129,9 +129,6 @@ void req_capsule_shrink(struct req_capsule *pill,
const struct req_msg_field *field,
unsigned int newlen,
enum req_location loc);
-int req_capsule_server_grow(struct req_capsule *pill,
- const struct req_msg_field *field,
- unsigned int newlen);
int req_layout_init(void);
void req_layout_fini(void);