Heres a minor issue.
include/sys/mount.h only defines the umount2 option: MNT_FORCE = 1

Based on:
http://kerneltrap.org/man/linux/man2/umount.2
http://linux.die.net/man/2/umount

There should be two more defines:
#define MNT_DETACH 2
#define MNT_EXPIRE 4

Apparently, this is not noticed by util-linux, because it already
defines MNT_DETACH if it is not found.
Should these be defined in the system includes along with MNT_FORCE?

I imagine a lot of initrd's and other custom uses that are having to
manually discover and define MNT_DETACH (and possibly MNT_EXPIRE).

-- 
Kevin Day
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to