From: Niels de Vos Date: Tue, 17 Dec 2013 17:20:16 +0000 (+0100) Subject: NFS: dprintk() should not print negative fileids and inode numbers X-Git-Tag: v3.14-rc1~77^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8968c5b0582392d5f132422f581e3ebc24e627;p=pandora-kernel.git NFS: dprintk() should not print negative fileids and inode numbers 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed