Now that i_ino is u64 and the PRIino format macro has been removed,
replace all uses in cramfs with the concrete format strings.

Signed-off-by: Jeff Layton <[email protected]>
---
 fs/cramfs/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cramfs/inode.c b/fs/cramfs/inode.c
index 
624c5ed0ceff2e4d3e964401e3cfb82154c719ae..4edbfccd0bbea39a1babd289afb1d8b985570eeb
 100644
--- a/fs/cramfs/inode.c
+++ b/fs/cramfs/inode.c
@@ -125,7 +125,7 @@ static struct inode *get_cramfs_inode(struct super_block 
*sb,
                                old_decode_dev(cramfs_inode->size));
                break;
        default:
-               printk(KERN_DEBUG "CRAMFS: Invalid file type 0%04o for inode %" 
PRIino "u.\n",
+               printk(KERN_DEBUG "CRAMFS: Invalid file type 0%04o for inode 
%llu.\n",
                       inode->i_mode, inode->i_ino);
                iget_failed(inode);
                return ERR_PTR(-EIO);

-- 
2.53.0


Reply via email to