Skip to content

Commit

Permalink
Fix one left over from last change to statvfs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 8, 2010
1 parent 6e0a06f commit b886abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/internal_statvfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b886abf

Please sign in to comment.