diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-14 18:00:42 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-14 18:04:05 -0800 |
commit | cfe1040c093be1c1a9b2403e713f1d1c2242a4bc (patch) | |
tree | 14de0a5fc39a117ea2d44e5cb297475585eb22fa /NEWS | |
parent | 021a0664093506394fd8ee0a789ebfe6e6b69deb (diff) | |
download | coreutils-cfe1040c093be1c1a9b2403e713f1d1c2242a4bc.tar.xz |
du: -x should not count files in other file systems
This fixes Bug#10293, which I guess was introduced in commit
95c948b06a dated 2003-10-02.
* NEWS: Document fix.
* src/du.c (process_file): Don't count files in different file
systems if -x is given.
* tests/du/one-file-system: Test for this bug.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + du -x no longer counts root directories of other file systems. + [bug introduced in coreutils-5.1.0] + ls --color many-entry-directory was uninterruptible for too long [bug introduced in coreutils-5.2.1] |