summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/denode.h
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2007-10-25 08:23:08 +0000
committertrhodes <trhodes@FreeBSD.org>2007-10-25 08:23:08 +0000
commit9d167f82e426b3c6481ebd3bcdba5afbae063a7d (patch)
treec51089d8c2600066bea1ed81ec0a5db3ae7ed506 /sys/fs/msdosfs/denode.h
parent94fbc001c8703dcde08373077f205386188204a9 (diff)
downloadFreeBSD-src-9d167f82e426b3c6481ebd3bcdba5afbae063a7d.zip
FreeBSD-src-9d167f82e426b3c6481ebd3bcdba5afbae063a7d.tar.gz
Remove some debugging code that, while useful, doesn't belong in the committed
version. While here, expand a macro only used once. Discussed with/oked by: bde
Diffstat (limited to 'sys/fs/msdosfs/denode.h')
-rw-r--r--sys/fs/msdosfs/denode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h
index da9eca2..fbd95aa 100644
--- a/sys/fs/msdosfs/denode.h
+++ b/sys/fs/msdosfs/denode.h
@@ -132,13 +132,6 @@ struct fatcache {
(dep)->de_fc[(slot)].fc_frcn = (frcn); \
(dep)->de_fc[(slot)].fc_fsrcn = (fsrcn);
-#define fc_last_to_nexttolast(dep) do { \
- (dep)->de_fc[FC_NEXTTOLASTFC].fc_frcn = \
- (dep)->de_fc[FC_LASTFC].fc_frcn; \
- (dep)->de_fc[FC_NEXTTOLASTFC].fc_fsrcn = \
- (dep)->de_fc[FC_LASTFC].fc_fsrcn; \
-} while (0)
-
/*
* This is the in memory variant of a dos directory entry. It is usually
* contained within a vnode.
OpenPOWER on IntegriCloud