NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50246 CVS commit: src



The following reply was made to PR kern/50246; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50246 CVS commit: src
Date: Mon, 21 Sep 2015 01:24:59 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Mon Sep 21 01:24:58 UTC 2015
 
 Modified Files:
 	src/sbin/dump_lfs: lfs_inode.c
 	src/sbin/newfs_lfs: make_lfs.c
 	src/sys/ufs/lfs: lfs_accessors.h
 
 Log Message:
 Fix some assorted 32-bit assumptions not yet otherwise handled.
 
 Also apply patch to fix the overt problem in PR 50246: newfs was
 calculating ifpb wrong for volumes with non-default block sizes.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.26 -r1.27 src/sbin/dump_lfs/lfs_inode.c
 cvs rdiff -u -r1.56 -r1.57 src/sbin/newfs_lfs/make_lfs.c
 cvs rdiff -u -r1.32 -r1.33 src/sys/ufs/lfs/lfs_accessors.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index