-
Notifications
You must be signed in to change notification settings - Fork 1.2k
DEBUG: fincore/count recursive debug #3551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
b8f6ce3
to
55661c7
Compare
Add a --recursive flag to fincore which allows to recursively scan directories. Co-authored-by: Karel Zak <kzak@redhat.com> Signed-off-by: Matteo Croce <teknoraver@meta.com>
9ad8ecb
to
3212a1b
Compare
strace has 'append-mode'. I guess it helps you.
|
I created an armv7 locally and here the output is:
While in the CI is:
The flags are respectively FTS_D and FTS_DP. |
3212a1b
to
d345b45
Compare
By the way, gnulib has a private FTS implementation that differs from glibc. https://github.com/coreutils/gnulib/blob/master/lib/fts.c |
I know, I faced it when doing the first |
8dca048
to
a5163a8
Compare
7432b2b
to
8bbceea
Compare
No description provided.