From 763499ee80f5acb7ab1db70d86c65485bebb115e Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 16 Aug 2021 17:14:14 +0200 Subject: inomap: update outdated wording in comments --- internal/inomap/qino.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/inomap/qino.go') diff --git a/internal/inomap/qino.go b/internal/inomap/qino.go index ed514e8..c2951d0 100644 --- a/internal/inomap/qino.go +++ b/internal/inomap/qino.go @@ -15,8 +15,8 @@ type namespaceData struct { } // QIno = Qualified Inode number. -// Uniquely identifies a backing file through the device number, -// inode number pair. +// Uniquely identifies a backing file through the +// (device number, tag, inode number) tuple. type QIno struct { namespaceData // Stat_t.Ino is uint64 on 32- and 64-bit Linu -- cgit v1.2.3