DragonFly commits List (threaded) for 2007-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/vfs/msdosfs msdosfs_denode.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]