NetBSD-Bugs archive

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

PR/41534 CVS commit: src/sys/miscfs/fdesc



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

From: Antti Kantee <pooka%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41534 CVS commit: src/sys/miscfs/fdesc
Date: Fri, 31 Jul 2009 18:44:59 +0000

 Module Name:   src
 Committed By:  pooka
 Date:          Fri Jul 31 18:44:59 UTC 2009
 
 Modified Files:
        src/sys/miscfs/fdesc: fdesc_vfsops.c
 
 Log Message:
 Instead of reporting some random "files used/free" figures for the
 process doing statvfs(!), just report 0.  The code had some kernel
 panicking bug after the descriptor code update, the functionality
 is more like a bunny rabbit hat than anything useful, and I can't
 bother to figure out what the invariants in the new descriptor code
 are.
 
 fixes PR kern/41534 and kern/41786
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.80 -r1.81 src/sys/miscfs/fdesc/fdesc_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