svn commit: r204113 - stable/8/sys/fs/msdosfs
Konstantin Belousov
kib at FreeBSD.org
Sat Feb 20 11:54:20 UTC 2010
Author: kib
Date: Sat Feb 20 11:54:18 2010
New Revision: 204113
URL: http://svn.freebsd.org/changeset/base/204113
Log:
MFC r203822:
Remove unused macros.
Modified:
stable/8/sys/fs/msdosfs/denode.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/netinet/ (props changed)
Modified: stable/8/sys/fs/msdosfs/denode.h
==============================================================================
--- stable/8/sys/fs/msdosfs/denode.h Sat Feb 20 11:50:50 2010 (r204112)
+++ stable/8/sys/fs/msdosfs/denode.h Sat Feb 20 11:54:18 2010 (r204113)
@@ -207,9 +207,6 @@ struct denode {
((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), \
putushort((dp)->deHighClust, (dep)->de_StartCluster >> 16))
-#define de_forw de_chain[0]
-#define de_back de_chain[1]
-
#ifdef _KERNEL
#define VTODE(vp) ((struct denode *)(vp)->v_data)
More information about the svn-src-stable-8
mailing list