]> Zhao Yanbai Git Server - minix.git/commit
Mount updates:
authorDavid van Moolenbroek <david@minix3.org>
Tue, 12 Jan 2010 23:08:50 +0000 (23:08 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 12 Jan 2010 23:08:50 +0000 (23:08 +0000)
commitb31119abf5dd71c40db625c808e6d689533d58ba
tree2f4dc46d136ccf5821041cff7169f608ce325a91
parent483160f3d48b7cfd4272b59f3265345fc6e6d918
Mount updates:
- allow mounting with "none" block device
- allow unmounting by mountpoint
- make VFS aware of file system process labels
- allow m3_ca1 to use the full available message size
- use *printf in u/mount(1), as mount(2) uses it already
- fix reference leaks for some mount error cases in VFS
21 files changed:
commands/simple/mount.c
commands/simple/umount.c
include/minix/dmap.h
include/minix/ipc.h
include/sys/mount.h
lib/other/_mount.c
lib/other/loadname.c
man/man1/mount.1
man/man1/umount.1
man/man2/mount.2
servers/vfs/const.h
servers/vfs/dmap.c
servers/vfs/dmap.h
servers/vfs/fscall.c
servers/vfs/glo.h
servers/vfs/main.c
servers/vfs/misc.c
servers/vfs/mount.c
servers/vfs/param.h
servers/vfs/proto.h
servers/vfs/vmnt.h