aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/inode.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-01-30 11:34:06 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-01-30 11:34:06 +0000
commitc5b193bfba1554a4cff9c68e314075232062cb0c (patch)
treefdc79305d10647f82f07d244d93c3059fd6942f9 /sys/gnu/fs/ext2fs/inode.h
parent0621c31aaf75cb057cf4945650f22d3fed21a9d7 (diff)
downloadsrc-c5b193bfba1554a4cff9c68e314075232062cb0c.tar.gz
src-c5b193bfba1554a4cff9c68e314075232062cb0c.zip
Retire LFS.
If you want to play with it, you can find the final version of the code in the repository the tag LFS_RETIREMENT. If somebody makes LFS work again, adding it back is certainly desireable, but as it is now nobody seems to care much about it, and it has suffered considerable bitrot since its somewhat haphazard integration. R.I.P
Notes
Notes: svn path=/head/; revision=32889
Diffstat (limited to 'sys/gnu/fs/ext2fs/inode.h')
-rw-r--r--sys/gnu/fs/ext2fs/inode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h
index 161de4bc9440..f2fd0f25fa5e 100644
--- a/sys/gnu/fs/ext2fs/inode.h
+++ b/sys/gnu/fs/ext2fs/inode.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
- * $Id: inode.h,v 1.18 1997/10/17 12:36:19 phk Exp $
+ * $Id: inode.h,v 1.19 1997/12/05 13:43:47 jkh Exp $
*/
#ifndef _UFS_UFS_INODE_H_
@@ -70,11 +70,9 @@ struct inode {
union { /* Associated filesystem. */
struct fs *fs; /* FFS */
- struct lfs *lfs; /* LFS */
struct ext2_sb_info *e2fs; /* EXT2FS */
} inode_u;
#define i_fs inode_u.fs
-#define i_lfs inode_u.lfs
#define i_e2fs inode_u.e2fs
struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */
u_quad_t i_modrev; /* Revision level for NFS lease. */