[bug #59766] printf %i doesn't show same result in all situations

2020-12-26 Thread Tavian Barnes
Follow-up Comment #2, bug #59766 (project findutils): I've noticed this before too: https://savannah.gnu.org/bugs/?54913#comment5 The problem is, d_type and d_ino will be wrong for bind mounts. This is a known bug (even a POSIX violation for d_ino), but with little interest in fixing it from the

[bug #59766] printf %i doesn't show same result in all situations

2020-12-26 Thread anonymous
Follow-up Comment #1, bug #59766 (project findutils): addon: find -inum ### also uses the inodes from getdent() for comparison... this also should be checked against the inodes from stat() ___ Reply to this item at:

[bug #59766] printf %i doesn't show same result in all situations

2020-12-26 Thread anonymous
URL: Summary: printf %i doesn't show same result in all situations Project: findutils Submitted by: None Submitted on: Sat 26 Dec 2020 04:19:42 PM UTC Category: find S