NetBSD-Bugs archive

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

PR/45607 CVS commit: src/sys/fs/nilfs



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45607 CVS commit: src/sys/fs/nilfs
Date: Sun, 13 Nov 2011 17:22:51 +0000

 Module Name:   src
 Committed By:  dholland
 Date:          Sun Nov 13 17:22:51 UTC 2011
 
 Modified Files:
        src/sys/fs/nilfs: nilfs_vfsops.c
 
 Log Message:
 Avoid panic on error path, from PR 45607. The error path is exercised
 because this is using DIOCGPART to get the volume size, which doesn't
 work on wedges. It should be calling getdisksize() instead.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/sys/fs/nilfs/nilfs_vfsops.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