NetBSD-Bugs archive

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

PR/45933 CVS commit: src/sys/kern



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

From: "Michael van Elst" <mlelstv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45933 CVS commit: src/sys/kern
Date: Sun, 9 Aug 2015 07:40:59 +0000

 Module Name:	src
 Committed By:	mlelstv
 Date:		Sun Aug  9 07:40:59 UTC 2015
 
 Modified Files:
 	src/sys/kern: vfs_wapbl.c
 
 Log Message:
 Refactor disk address calculation from physical block numbers in
 the journal into a function. Make that function work correctly with
 sector sizes != DEV_BSIZE when compiled outside the kernel (i.e.
 fsck_ffs).
 Fixes PR bin/45933
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.61 -r1.62 src/sys/kern/vfs_wapbl.c
 
 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