CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2011/07/02 10:23:47
Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: Getting a disklabel to extract d_secsize to initialize a variable that is then re-initialized before use is silly. ffs shouldn't know of or worry about the physical disk sector size. ok thib@