diff options
author | 2017-02-01 12:34:50 -0600 | |
---|---|---|
committer | 2017-02-01 12:34:50 -0600 | |
commit | 02168305b0a19f981ffe857f36eb256ba8810b77 (patch) | |
tree | e87002ca2f2ab9dd1fb018948d6c6549112069d6 /ChangeLog.txt | |
parent | 29221601ffba163bad99a8a5ff9eb0d63822c048 (diff) | |
download | pseudo-02168305b0a19f981ffe857f36eb256ba8810b77.tar.gz pseudo-02168305b0a19f981ffe857f36eb256ba8810b77.tar.bz2 pseudo-02168305b0a19f981ffe857f36eb256ba8810b77.zip |
don't remove xattrs still in use
When deleting a specific file, delete xattrs only if it's the last file
with that device/inode pair.
Signed-off-by: Seebs <seebs@seebs.net>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index a4bf499..b332296 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +2017-02-01: + * (seebs) handle xattr deletion slightly more carefully. + 2016-12-12: * (seebs) contributed fix to makewrappers (fix space/tab issues) * (seebs) contributed fixes for Python 3 print support |