diff --git a/coreutils-7.5-ls-inode.patch b/coreutils-7.5-ls-inode.patch index bf04027..2363aff 100644 --- a/coreutils-7.5-ls-inode.patch +++ b/coreutils-7.5-ls-inode.patch @@ -40,22 +40,6 @@ since it compares only the always-stat'd command-line arguments. 4 files changed, 96 insertions(+), 7 deletions(-) create mode 100755 tests/ls/readdir-mountpoint-inode -diff --git a/NEWS b/NEWS -index 39666fa..50c40be 100644 ---- a/NEWS -+++ b/NEWS -@@ -16,6 +16,11 @@ GNU coreutils NEWS -*- outline -*- - printing a summary to stderr. - [bug introduced in coreutils-6.11] - -+ ls -i now prints consistent inode numbers also for mount points. -+ This makes ls -i DIR less efficient on systems with dysfunctional readdir, -+ because ls must stat every file in order to obtain a guaranteed-valid -+ inode number. [bug introduced in coreutils-6.0] -+ - ** New features - - cp --reflink accepts a new "auto" parameter which falls back to diff --git a/src/ls.c b/src/ls.c index 6316dfa..553090d 100644 --- a/src/ls.c