[PATCH v2] NFS: dprintk() should not print negative fileids and inode numbers

2013-12-17 Thread Niels de Vos
A fileid in NFS is a uint64. There are some occurrences where dprintk() outputs a signed fileid. This leads to confusion and more difficult to read debugging (negative fileids matching positive inode numbers). Signed-off-by: Niels de Vos CC: Santosh Pradhan -- v2: Some dprintk() messages print

[PATCH v2] NFS: dprintk() should not print negative fileids and inode numbers

2013-12-17 Thread Niels de Vos
A fileid in NFS is a uint64. There are some occurrences where dprintk() outputs a signed fileid. This leads to confusion and more difficult to read debugging (negative fileids matching positive inode numbers). Signed-off-by: Niels de Vos nde...@redhat.com CC: Santosh Pradhan sprad...@redhat.com