cvs commit: src/sys/vfs/msdosfs msdosfs_denode.c
Sascha Wildner
saw at online.de
Fri Aug 3 15:08:54 PDT 2007
Thomas Nikolajsen wrote:
dillon 2007/07/30 07:44:56 PDT
Revision Changes Path
1.30 +5 -4 src/sys/vfs/msdosfs/msdosfs_denode.c
..
#ifdef MSDOSFS_DEBUG
kprintf("msdosfs_inactive(): v_sysrefs %d, de_Name[0] %x\n",
- vp->v_sysref.refcnt, dep->de_Name[0]);
+ vp->v_sysref.refcnt, )dep ? dep->de_Name[0] : 0));
Seems like wrong paren; they don't match up.
-thomas
Thanks, I've committed it.
It should be noted that this is only a "cosmetic" change since
MSDOSFS_DEBUG isn't a kernel option. If it is defined, MSDOSFS
compilation will break in other places, too.
Sascha
--
http://yoyodyne.ath.cx
More information about the Commits
mailing list