Module Name: src Committed By: martin Date: Wed Jan 28 18:34:11 UTC 2015
Modified Files: src/sys/ufs/ffs [netbsd-7]: ffs_vfsops.c src/sys/ufs/ufs [netbsd-7]: ufs_extern.h ufs_inode.c ufs_vnops.c Log Message: Pull up following revision(s) (requested by christos in ticket #425): sys/ufs/ufs/ufs_inode.c: revision 1.91-1.92 sys/ufs/ufs/ufs_vnops.c: revision 1.223-1.224 sys/ufs/ufs/ufs_extern.h: revision 1.76-1.77 sys/ufs/ffs/ffs_vfsops.c: revision 1.303-1.305 Add debugging for mount... Merge some error returns Check more errors Restore apple ufs error handling. Move and unify indirect block truncate algorithm into a separate function. PR/39371: Tobias Nygren: Don't fail mounting root if WAPBL log is corrupt. Patch from Sergio L. Pascual. To generate a diff of this commit: cvs rdiff -u -r1.299.2.2 -r1.299.2.3 src/sys/ufs/ffs/ffs_vfsops.c cvs rdiff -u -r1.75 -r1.75.2.1 src/sys/ufs/ufs/ufs_extern.h cvs rdiff -u -r1.90 -r1.90.2.1 src/sys/ufs/ufs/ufs_inode.c cvs rdiff -u -r1.221 -r1.221.2.1 src/sys/ufs/ufs/ufs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.