]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r243245:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 2 Feb 2013 09:57:34 +0000 (09:57 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 2 Feb 2013 09:57:34 +0000 (09:57 +0000)
commitb64786a0f2ca3b5dc9c6254e83efb35331e55e3e
treeaefbafed3479b06cb5c9438c99b176931c29bb57
parent9d34e93501f25f250516d28ec4cafb460c161958
MFC r243245:

Add UFS writesuspension mechanism, designed to allow userland processes
to modify on-disk metadata for filesystems mounted for write.

Reviewed by:    kib, mckusick
Sponsored by:   FreeBSD Foundation

MFC r243247:

Add change missed in 243245.

MFC r243250:

Fix build of kdump(1).

MFC r243254:

Fix build on powerpc.

Reviewed by:    nwhitehorn

MFC r243305 by marius:

Fix build after r243245.

Submitted by:   trasz

MFC r243339 by kib:

Fix module build after r243245.

git-svn-id: svn://svn.freebsd.org/base/stable/9@246234 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/paths.h
sys/boot/powerpc/boot1.chrp/boot1.c
sys/boot/sparc64/boot1/boot1.c
sys/conf/files
sys/modules/ufs/Makefile
sys/ufs/ffs/ffs_extern.h
sys/ufs/ffs/ffs_suspend.c [new file with mode: 0644]
sys/ufs/ffs/ffs_vfsops.c
sys/ufs/ffs/fs.h
sys/ufs/ufs/ufsmount.h