NetBSD-Bugs archive

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

PR/39405 CVS commit: src/sys/dev



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

From: Juergen Hannken-Illjes <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39405 CVS commit: src/sys/dev
Date: Tue, 26 Aug 2008 13:04:55 +0000 (UTC)

 Module Name:   src
 Committed By:  hannken
 Date:          Tue Aug 26 13:04:55 UTC 2008
 
 Modified Files:
        src/sys/dev: fss.c
 
 Log Message:
 Use (*bdev->d_ioctl)() to get the size of the block device the file system
 is mounted on.  VOP_IOCTL() without VOP_OPEN() is wrong and we cannot
 open a block device twice.
 
 Fixes PR #39405
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.51 -r1.52 src/sys/dev/fss.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