diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-04-30 12:25:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-04-30 12:28:48 -0700 |
commit | 8a7dc4b04b22be285ea5bef7d01a02f91e30d562 (patch) | |
tree | 20a8c483fbbee01c7b972dd4bd45b6753fa2d92f /include | |
parent | fbf717629ff03f110f177d244933276423f99a27 (diff) | |
download | linux-8a7dc4b04b22be285ea5bef7d01a02f91e30d562.tar.bz2 |
nfsd: fix nfs4recover.c printk format warning
Fix printk format warnings -- both items are size_t,
so use %zu to print them.
fs/nfsd/nfs4recover.c:580:3: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'size_t'
fs/nfsd/nfs4recover.c:580:3: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions