NetBSD-Bugs archive

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

PR/41078 CVS commit: src/sys/ufs/ext2fs



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

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41078 CVS commit: src/sys/ufs/ext2fs
Date: Fri, 11 Sep 2009 15:59:07 +0000

 Module Name:   src
 Committed By:  tsutsui
 Date:          Fri Sep 11 15:59:07 UTC 2009
 
 Modified Files:
        src/sys/ufs/ext2fs: ext2fs_vfsops.c
 
 Log Message:
 Fix botch around argument check in ext2fs_mount(). Taken from ffs_vfsops.c.
 
 Fixes LOCKDEBUG panic which is the same one mentioned in PR kern/41078
 on trying to mount_ext2fs against a raw device, while that panic
 seems to have another route cause around module_autoload() in
 sys/miscfs/specfs/spec_vnops.c:spec_open().
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.144 -r1.145 src/sys/ufs/ext2fs/ext2fs_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