search for: mount_v3

Displaying 3 results from an estimated 3 matches for "mount_v3".

Did you mean: umount_v3
2009 Aug 11
1
nfs MNT include cleanup
...nction ?mount_v2?: usr/kinit/nfsmount/mount.c:211: error: ?MNTPROC_MNT? undeclared (first use in this function) usr/kinit/nfsmount/mount.c: In function ?umount_v2?: usr/kinit/nfsmount/mount.c:226: error: ?MNTPROC_UMNT? undeclared (first use in this function) usr/kinit/nfsmount/mount.c: In function ?mount_v3?: usr/kinit/nfsmount/mount.c:232: error: ?MNTPROC_MNT? undeclared (first use in this function) usr/kinit/nfsmount/mount.c: In function ?umount_v3?: usr/kinit/nfsmount/mount.c:251: error: ?MNTPROC_UMNT? undeclared (first use in this function) make[4]: *** [usr/kinit/nfsmount/mount.o] Error 1 make[3]...
2010 Feb 23
0
[PATCH 1/3] nfsmount.h: Add missing definitions.
....c:211: error: 'MNTPROC_MNT' undeclared (first use in this function) > usr/kinit/nfsmount/mount.c: In function 'umount_v2': > usr/kinit/nfsmount/mount.c:226: error: 'MNTPROC_UMNT' undeclared (first use in this function) > usr/kinit/nfsmount/mount.c: In function 'mount_v3': > usr/kinit/nfsmount/mount.c:232: error: 'MNTPROC_MNT' undeclared (first use in this function) > usr/kinit/nfsmount/mount.c: In function 'umount_v3': > usr/kinit/nfsmount/mount.c:251: error: 'MNTPROC_UMNT' undeclared (first use in this function) > make[4]:...
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about. The goal is not to be 100% checkpatch compliant, but to have more consistent coding style. As this is a trivial patch serie, will land in 24 hours in klibc git, unless of course ml review hits a bugger. Checked with size(3) that the generated kinit, fstype, ipconfig and nfsmount are the same. maximilian attems (4): [klibc] ipconfig: reduce