-
- Downloads
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 <ndevos@redhat.com> CC: Santosh Pradhan <spradhan@redhat.com> Signed-off-by:
Trond Myklebust <trond.myklebust@primarydata.com>
Showing
- fs/nfs/dir.c 9 additions, 9 deletionsfs/nfs/dir.c
- fs/nfs/direct.c 2 additions, 2 deletionsfs/nfs/direct.c
- fs/nfs/file.c 3 additions, 3 deletionsfs/nfs/file.c
- fs/nfs/inode.c 15 additions, 14 deletionsfs/nfs/inode.c
- fs/nfs/nfs3acl.c 2 additions, 2 deletionsfs/nfs/nfs3acl.c
- fs/nfs/nfs4filelayout.c 4 additions, 4 deletionsfs/nfs/nfs4filelayout.c
- fs/nfs/read.c 6 additions, 6 deletionsfs/nfs/read.c
- fs/nfs/write.c 4 additions, 4 deletionsfs/nfs/write.c
Loading
Please register or sign in to comment