nfsd: fix a warning message
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 21 Nov 2015 10:28:50 +0000 (13:28 +0300)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 23 Nov 2015 19:15:31 +0000 (12:15 -0700)
commitd3f03403a8735cebfcc16db4edfbf07c5c7421f5
tree043dff22dbba312d9daa1d64523e0ef45eb811f2
parentc4cb897462c93ba09543d912344c29a26c92eb31
nfsd: fix a warning message

The WARN() macro takes a condition and a format string.  The condition
was accidentally left out here so it just prints the function name
instead of the message.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Jeff Layton <jlayton@poochiereds.net>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
This page took 0.040591 seconds and 5 git commands to generate.