Re: [PATCH 37/61] jffs2: update format strings for u64 i_ino
Richard Weinberger <[email protected]> Thu, 26 Feb 2026 22:06:31 +0100 (CET)
| Newsgroups | gmane.linux.kernel.lsm,gmane.linux.file-systems,gmane.linux.kernel,gmane.linux.kernel.mm,gmane.comp.file-systems.ext4,gmane.linux.file-systems.f2fs,gmane.linux.nfs,gmane.linux.kernel.cifs,gmane.network.samba.internals,gmane.comp.file-systems.nilfs.user,gmane.linux.kernel.autofs,gmane.comp.file-systems.ceph.devel,gmane.comp.file-systems.coda.general,gmane.comp.file-systems.ecryptfs.general,gmane.linux.drivers.mtd,gmane.linux.file-systems.union,gmane.comp.security.apparmor,gmane.comp.freedesktop.amd-gfx,gmane.comp.video.dri.devel,gmane.linux.drivers.video-input-infrastructure,gmane.linux.network,gmane.linux.kernel.perf.user,gmane.linux.hams,gmane.linux.x25 |
|---|---|
| Message-ID | <[email protected]> |
----- Ursprüngliche Mail ----- > Von: "Jeff Layton" <[email protected]> > Update format strings and local variable types in jffs2 for the > i_ino type change from unsigned long to u64. > > Signed-off-by: Jeff Layton <[email protected]> > --- > fs/jffs2/dir.c | 4 ++-- > fs/jffs2/file.c | 4 ++-- > fs/jffs2/fs.c | 18 +++++++++--------- > 3 files changed, 13 insertions(+), 13 deletions(-) Acked-by: Richard Weinberger <[email protected]> Thanks, //richard