diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-06 15:40:50 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-06 15:40:50 -0800 |
commit | 6e0a06fa40320187544d8daccd87dca728192253 (patch) | |
tree | 11c141a6ef0b04e1ddc6c75cbcce53c71a4733d4 /ChangeLog | |
parent | a092b645f84c2af4a302f00e242be595ed1a2117 (diff) | |
download | glibc-6e0a06fa40320187544d8daccd87dca728192253.tar.gz glibc-6e0a06fa40320187544d8daccd87dca728192253.tar.xz glibc-6e0a06fa40320187544d8daccd87dca728192253.zip |
Handle ext4 and logfs in statvfs functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9bdbb0a161..0b18684168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-06 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/internal_statvfs.c: Handle ext4 and logfs. + * sysdeps/unix/sysv/linux/linux_fsinfo.h: Add entry for logfs. + 2010-02-18 Yann Droneaud <yann@droneaud.fr> * resolv/res_send.c: Fixed DEBUG statements. |