diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/internal_statvfs.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2010-03-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags): + Little follow-up patch from last change. + 2010-03-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/internal_statvfs.c: Handle ext4 and logfs. diff --git a/sysdeps/unix/sysv/linux/internal_statvfs.c b/sysdeps/unix/sysv/linux/internal_statvfs.c index 9a6f4edac1..59b173ed73 100644 --- a/sysdeps/unix/sysv/linux/internal_statvfs.c +++ b/sysdeps/unix/sysv/linux/internal_statvfs.c @@ -183,7 +183,7 @@ __statvfs_getflags (const char *name, int fstype, struct stat64 *st) { /* Try without a filesystem name. */ assert (fsname != NULL); - fsname = fsname2 = NULL; + fsname = fsname2 = fsname3 = NULL; } /* It is not strictly allowed to use rewind here. But |