Re: [PATCH 47/61] ubifs: update format strings for u64 i_ino
Richard Weinberger <[email protected]> Thu, 26 Feb 2026 22:06:07 +0100 (CET)
| Newsgroups | gmane.comp.file-systems.ext4,gmane.linux.file-systems,gmane.linux.kernel,gmane.linux.kernel.mm,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.linux.kernel.lsm,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 ubifs for the > i_ino type change from unsigned long to u64. > > Signed-off-by: Jeff Layton <[email protected]> > --- > fs/ubifs/debug.c | 8 ++++---- > fs/ubifs/dir.c | 28 ++++++++++++++-------------- > fs/ubifs/file.c | 28 ++++++++++++++-------------- > fs/ubifs/journal.c | 6 +++--- > fs/ubifs/super.c | 16 ++++++++-------- > fs/ubifs/tnc.c | 4 ++-- > fs/ubifs/xattr.c | 14 +++++++------- > 7 files changed, 52 insertions(+), 52 deletions(-) Acked-by: Richard Weinberger <[email protected]> Thanks, //richard