diff options
Diffstat (limited to 'fs/lockd/mon.c')
| -rw-r--r-- | fs/lockd/mon.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/mon.c b/fs/lockd/mon.c index 4e7e958e8f6..ffd3461f75e 100644 --- a/fs/lockd/mon.c +++ b/fs/lockd/mon.c @@ -179,7 +179,7 @@ static __be32 *xdr_encode_mon_name(__be32 *p, struct nsm_args *argp)  	if (!nsm_use_hostnames) {  		snprintf(buffer, XDR_ADDRBUF_LEN, -			 NIPQUAD_FMT, NIPQUAD(argp->addr)); +			 "%pI4", &argp->addr);  		name = buffer;  	}  | 
