rpms/coreutils/devel coreutils-7.5-ls-inode.patch,1.2,1.3

Ondrej Vasik ovasik at fedoraproject.org
Tue Sep 1 10:30:03 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/coreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32212

Modified Files:
	coreutils-7.5-ls-inode.patch 
Log Message:
Need coffee ...

coreutils-7.5-ls-inode.patch:
 src/ls.c                          |   23 +++++++++++-
 tests/Makefile.am                 |    1 
 tests/ls/readdir-mountpoint-inode |   72 ++++++++++++++++++++++++++++++++++++++
 tests/ls/stat-vs-dirent           |    8 ----
 4 files changed, 96 insertions(+), 8 deletions(-)

Index: coreutils-7.5-ls-inode.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-7.5-ls-inode.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- coreutils-7.5-ls-inode.patch	1 Sep 2009 10:19:01 -0000	1.2
+++ coreutils-7.5-ls-inode.patch	1 Sep 2009 10:30:03 -0000	1.3
@@ -40,22 +40,6 @@ since it compares only the always-stat'd
  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




More information about the scm-commits mailing list