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/16552] New: Unify umount implementations in terms of umount2


https://sourceware.org/bugzilla/show_bug.cgi?id=16552

            Bug ID: 16552
           Summary: Unify umount implementations in terms of umount2
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com

There are several different umount.c files implementing umount in terms of the
umount2 syscall, and others that just include one for another architecture.  I
think only one is needed, so all except that one (probably
sysdeps/unix/sysv/linux/generic) should just include that one.

-- 
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]