Re: [PATCH 3/3] nfsd: fix offset printk's in nfsd3 read/write

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



J. Bruce Fields wrote:

  Thanks to dysbr01@xxxxxx for noticing that the debugging printk in
  the v3 write procedure can print >2GB offsets as negative numbers:
  	https://bugzilla.kernel.org/show_bug.cgi?id=23342
  
  Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx>
  ---
   fs/nfsd/nfs3proc.c |    8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)
  
  diff --git a/fs/nfsd/nfs3proc.c b/fs/nfsd/nfs3proc.c
  index 5b7e302..2247fc9 100644
  --- a/fs/nfsd/nfs3proc.c
  +++ b/fs/nfsd/nfs3proc.c
  @@ -151,10 +151,10 @@ nfsd3_proc_read(struct svc_rqst *rqstp, struct nfsd3_readargs *argp,
   	__be32	nfserr;
   	u32	max_blocksize = svc_max_payload(rqstp);
   
  -	dprintk("nfsd: READ(3) %s %lu bytes at %lu\n",
  +	dprintk("nfsd: READ(3) %s %lu bytes at %Lu\n",

Isn't "llu" preferred over "Lu" these days?
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux