Source-Changes archive

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

CVS commit: src/sys/fs/puffs



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