On Thu, Feb 26, 2026 at 10:56:01AM -0500, Jeff Layton wrote: > Update format string from %lu to %llu for inode->i_ino now that > i_ino is u64 instead of unsigned long. > > Signed-off-by: Jeff Layton <[email protected]>
Looks fine to me, though I'm a bit sad there's no xfs_inode::i_ino -> inode::i_ino conversion patch... ;) Reviewed-by: "Darrick J. Wong" <[email protected]> --D > --- > fs/iomap/ioend.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/iomap/ioend.c b/fs/iomap/ioend.c > index > 4d1ef8a2cee90b91591d387f8e1c3f75350c1da0..94d9a3c77bd68581d752fef4c16b88e1cb5f88da > 100644 > --- a/fs/iomap/ioend.c > +++ b/fs/iomap/ioend.c > @@ -48,7 +48,7 @@ static u32 iomap_finish_ioend_buffered(struct iomap_ioend > *ioend) > mapping_set_error(inode->i_mapping, ioend->io_error); > if (!bio_flagged(bio, BIO_QUIET)) { > pr_err_ratelimited( > -"%s: writeback error on inode %lu, offset %lld, sector %llu", > +"%s: writeback error on inode %llu, offset %lld, sector %llu", > inode->i_sb->s_id, inode->i_ino, > ioend->io_offset, ioend->io_sector); > } > > -- > 2.53.0 > >
