[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question with moving mount/umount logic in glibc
From: |
Ludovic Courtès |
Subject: |
Re: Question with moving mount/umount logic in glibc |
Date: |
Tue, 07 Jul 2015 22:29:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Justus Winter <4winter@informatik.uni-hamburg.de> skribis:
> Sounds awesome. One thing to be aware of (iirc) is that the
> mount/umount code depends on the fstab parser. I'm not sure whether
> it is needed for the mount/umount(2) interface, or just for the
> command line frontend. I bet the former, that means that you also
> have to move the fstab parser to the libc.
/etc/fstab handling is not part of the mount/umount functions (on Linux
mount and umount are syscall wrappers generated from syscalls.list.)
Ludo’.