aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/layout.c b/drivers/staging/lustre/lustre/ptlrpc/layout.c
index 252f3e13d04a..dc5ceb55d001 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/layout.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/layout.c
@@ -1999,7 +1999,7 @@ static void *__req_capsule_get(struct req_capsule *pill,
1999/** 1999/**
2000 * Dump a request and/or reply 2000 * Dump a request and/or reply
2001 */ 2001 */
2002void __req_capsule_dump(struct req_capsule *pill, enum req_location loc) 2002static void __req_capsule_dump(struct req_capsule *pill, enum req_location loc)
2003{ 2003{
2004 const struct req_format *fmt; 2004 const struct req_format *fmt;
2005 const struct req_msg_field *field; 2005 const struct req_msg_field *field;