From: Ulrich Drepper Date: Mon, 8 Mar 2010 02:22:52 +0000 (-0800) Subject: Fix one left over from last change to statvfs. X-Git-Tag: fedora/glibc-2.11.90-15~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b886abfbacc5799dd29d4068338a488b17964e51;p=thirdparty%2Fglibc.git Fix one left over from last change to statvfs. --- diff --git a/ChangeLog b/ChangeLog index 0b18684168f..87c77174683 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-07 Ulrich Drepper + + * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags): + Little follow-up patch from last change. + 2010-03-06 Ulrich Drepper * 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 9a6f4edac1e..59b173ed736 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