NetBSD-Bugs archive

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

PR/41840 CVS commit: src/sys/fs/puffs



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

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41840 CVS commit: src/sys/fs/puffs
Date: Sat, 12 Sep 2009 18:17:55 +0000

 Module Name:   src
 Committed By:  tsutsui
 Date:          Sat Sep 12 18:17:55 UTC 2009
 
 Modified Files:
        src/sys/fs/puffs: puffs_vnops.c
 
 Log Message:
 Fix typo:
 -              pcinfo = kmem_zalloc(sizeof_puffs_cacheinfo) + runsize,
 +              pcinfo = kmem_zalloc(sizeof(struct puffs_cacheinfo) + runsize,
 in #ifdef'ed out code, per paired kmem_free() in the same function.
 Closes PR kern/41840.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.131 -r1.132 src/sys/fs/puffs/puffs_vnops.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