Module Name: src Committed By: dholland Date: Sun Jun 23 22:03:34 UTC 2013
Modified Files: src/sbin/fsck_ffs: inode.c pass4.c pass5.c utilities.c src/sbin/newfs: mkfs.c src/sbin/resize_ffs: resize_ffs.c src/sbin/scan_ffs: scan_ffs.c src/sys/ufs/ffs: ffs_alloc.c ffs_snapshot.c ffs_vfsops.c ffs_wapbl.c fs.h src/usr.sbin/makefs/ffs: ffs_alloc.c mkfs.c Log Message: Stick ffs_ in front of the following macros: fragstoblks() blkstofrags() fragnum() blknum() to finish the job of distinguishing them from the lfs versions, which Christos renamed the other day. I believe this is the last of the overtly ambiguous exported symbols from ffs... or at least, the last of the ones that conflicted with lfs. ffs still pollutes the C namespace very broadly (as does ufs) and this needs quite a bit more cleanup. XXX: boo on macros with lowercase names. But I'm not tackling that just yet. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sbin/fsck_ffs/inode.c cvs rdiff -u -r1.27 -r1.28 src/sbin/fsck_ffs/pass4.c cvs rdiff -u -r1.53 -r1.54 src/sbin/fsck_ffs/pass5.c cvs rdiff -u -r1.62 -r1.63 src/sbin/fsck_ffs/utilities.c cvs rdiff -u -r1.119 -r1.120 src/sbin/newfs/mkfs.c cvs rdiff -u -r1.37 -r1.38 src/sbin/resize_ffs/resize_ffs.c cvs rdiff -u -r1.24 -r1.25 src/sbin/scan_ffs/scan_ffs.c cvs rdiff -u -r1.137 -r1.138 src/sys/ufs/ffs/ffs_alloc.c cvs rdiff -u -r1.126 -r1.127 src/sys/ufs/ffs/ffs_snapshot.c cvs rdiff -u -r1.285 -r1.286 src/sys/ufs/ffs/ffs_vfsops.c cvs rdiff -u -r1.21 -r1.22 src/sys/ufs/ffs/ffs_wapbl.c cvs rdiff -u -r1.63 -r1.64 src/sys/ufs/ffs/fs.h cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/makefs/ffs/ffs_alloc.c cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/makefs/ffs/mkfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.