diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-08-24 08:13:33 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-08-25 23:02:55 +0100 |
commit | 0380e4c98e9d53ae314f5537c5f1a4b891577768 (patch) | |
tree | 80ee5be3fe23dff9e4fec89655e969c831784286 /NEWS | |
parent | 2ed90c4c9dca45ca266f4d5d25b6bac982765004 (diff) | |
download | coreutils-0380e4c98e9d53ae314f5537c5f1a4b891577768.tar.xz |
df: always print the device name for bind mounted files
* src/df (show_point): Remove the optimization for comparing
the specified path with the device name, as this produces
inconsistent results in the presence of bind mounts. For bind
mounts, the device name is populated with the bind mount target.
* NEWS: Mention the change in behavior.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior + df now consistently prints the device name for a bind mounted file, + rather than its aliased target. + du now uses less than half as much memory when operating on trees with many hard-linked files. With --count-links (-l), or when operating on trees with no hard-linked files, there is no change. |