summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/inode.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-02-08 20:30:19 +0000
committerpfg <pfg@FreeBSD.org>2013-02-08 20:30:19 +0000
commitf908ac5c6e119b1a2dab329c1177ceeae5d937be (patch)
treef2147104c4871ff2dbf5838bf0f615637f153577 /sys/fs/ext2fs/inode.h
parentd4bbaff584ffa128a678100869cb3cef9814b603 (diff)
downloadFreeBSD-src-f908ac5c6e119b1a2dab329c1177ceeae5d937be.zip
FreeBSD-src-f908ac5c6e119b1a2dab329c1177ceeae5d937be.tar.gz
Remove unused MAXSYMLINKLEN macro.
Reviewed by: mckusick PR: kern/175794 MFC after: 1 week
Diffstat (limited to 'sys/fs/ext2fs/inode.h')
-rw-r--r--sys/fs/ext2fs/inode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/inode.h b/sys/fs/ext2fs/inode.h
index ec47216..6cb85ca 100644
--- a/sys/fs/ext2fs/inode.h
+++ b/sys/fs/ext2fs/inode.h
@@ -108,7 +108,6 @@ struct inode {
*/
#define i_shortlink i_db
#define i_rdev i_db[0]
-#define MAXSYMLINKLEN ((NDADDR + NIADDR) * sizeof(int32_t))
/* File permissions. */
#define IEXEC 0000100 /* Executable. */
OpenPOWER on IntegriCloud