Convert fsverity i_ino format strings to use the PRIino format
macro in preparation for the widening of i_ino via kino_t.

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

diff --git a/fs/verity/init.c b/fs/verity/init.c
index 
d6520660858386d3b7d69b20a459dc27d8017a5f..5f6a7b4f0a34aedebfcaffc2be53e00b23976217
 100644
--- a/fs/verity/init.c
+++ b/fs/verity/init.c
@@ -50,7 +50,7 @@ void fsverity_msg(const struct inode *inode, const char 
*level,
        vaf.fmt = fmt;
        vaf.va = &args;
        if (inode)
-               printk("%sfs-verity (%s, inode %lu): %pV\n",
+               printk("%sfs-verity (%s, inode %" PRIino "u): %pV\n",
                       level, inode->i_sb->s_id, inode->i_ino, &vaf);
        else
                printk("%sfs-verity: %pV\n", level, &vaf);

-- 
2.53.0

Reply via email to