summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/inode.h
diff options
context:
space:
mode:
authormjg <mjg@FreeBSD.org>2012-08-17 17:45:27 +0000
committermjg <mjg@FreeBSD.org>2012-08-17 17:45:27 +0000
commitb45a39ac78c3f73e5a6b942853a315637798663d (patch)
treebf7a2de26b7e1d75810a198e4f7924109a0fe54f /sys/fs/ext2fs/inode.h
parent0da4a31458b74223cde79194bf36eb6cbe7db847 (diff)
downloadFreeBSD-src-b45a39ac78c3f73e5a6b942853a315637798663d.zip
FreeBSD-src-b45a39ac78c3f73e5a6b942853a315637798663d.tar.gz
Remove unused member of struct indir (in_exists) from UFS and EXT2 code.
Reviewed by: mckusick Approved by: trasz (mentor) 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 100a076..d8aaac9 100644
--- a/sys/fs/ext2fs/inode.h
+++ b/sys/fs/ext2fs/inode.h
@@ -151,7 +151,6 @@ struct inode {
struct indir {
int32_t in_lbn; /* Logical block number. */
int in_off; /* Offset in buffer. */
- int in_exists; /* Flag if the block exists. */
};
/* Convert between inode pointers and vnode pointers. */
OpenPOWER on IntegriCloud