This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15132] New: stat/fstat called unnecessarily for statvfs/fstatvfs


http://sourceware.org/bugzilla/show_bug.cgi?id=15132

             Bug #: 15132
           Summary: stat/fstat called unnecessarily for statvfs/fstatvfs
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: normalperson@yhbt.net
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


statvfs/fstatvfs call stat/fstat unnecessarily when the Linux kernel (2.6.36+)
returns ST_VALID in statfs/fstatfs.  The stat/fstat are unnecessary syscalls
which can be avoided.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]