summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_mount.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-01-30 11:34:06 +0000
committerphk <phk@FreeBSD.org>1998-01-30 11:34:06 +0000
commitbb6f7d81848b2eb1824d84f879b0cb678f9dc489 (patch)
tree8411aa7d70cac5226cb42ea1bf85f4668f9fec43 /sys/gnu/fs/ext2fs/ext2_mount.h
parentbd0dfc98dbaec16bd726143f3b44c1c0cd4f175d (diff)
downloadFreeBSD-src-bb6f7d81848b2eb1824d84f879b0cb678f9dc489.zip
FreeBSD-src-bb6f7d81848b2eb1824d84f879b0cb678f9dc489.tar.gz
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
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_mount.h')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_mount.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h
index ee79631..c62b736 100644
--- a/sys/gnu/fs/ext2fs/ext2_mount.h
+++ b/sys/gnu/fs/ext2fs/ext2_mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
- * $Id: ufsmount.h,v 1.11 1997/10/16 10:50:27 phk Exp $
+ * $Id: ufsmount.h,v 1.12 1997/10/16 20:32:40 phk Exp $
*/
#ifndef _UFS_UFS_UFSMOUNT_H_
@@ -77,12 +77,10 @@ struct ufsmount {
struct vnode *um_devvp; /* block device mounted vnode */
union { /* pointer to superblock */
- struct lfs *lfs; /* LFS */
struct fs *fs; /* FFS */
struct ext2_sb_info *e2fs; /* EXT2FS */
} ufsmount_u;
#define um_fs ufsmount_u.fs
-#define um_lfs ufsmount_u.lfs
#define um_e2fs ufsmount_u.e2fs
#define um_e2fsb ufsmount_u.e2fs->s_es
OpenPOWER on IntegriCloud