NetBSD-Bugs archive

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

Re: PR/42782 CVS commit: src/sys/ufs/ffs



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

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
martin%NetBSD.org@localhost,
        mlelstv%NetBSD.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: PR/42782 CVS commit: src/sys/ufs/ffs
Date: Fri, 12 Feb 2010 00:42:12 +0900

 >  Module Name:        src
 >  Committed By:       mlelstv
 >  Date:               Thu Feb 11 00:06:16 UTC 2010
 >  
 >  Modified Files:
 >      src/sys/ufs/ffs: ffs_vfsops.c
 >  
 >  Log Message:
 >  There is no code left that uses disk size data, so don't query it.
 >  This also failed when querying the simulated block device from mfs.
 >  Fixes PR kern/42782.
 
  * ext2fs has the similar code.
  * msdosfs still uses getdisksize() and secsize, and
    mountfs fails if getdisksize() returns error.
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index