diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-03 12:05:39 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-03 12:05:39 +0000 |
| commit | 5bd5c8b9e5a1529053adf6e281dccc9276713112 (patch) | |
| tree | a651e13ac48890d0155fc25a3be13e0346be9c67 /sys/gnu/ext2fs | |
| parent | fc292135060574eb8fee957ee59a7a9bf0b2d7fb (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_mount.h b/sys/gnu/ext2fs/ext2_mount.h index 44974548e70a..05f19da73868 100644 --- a/sys/gnu/ext2fs/ext2_mount.h +++ b/sys/gnu/ext2fs/ext2_mount.h @@ -95,6 +95,7 @@ struct ufsmount { struct netexport um_export; /* export information */ int64_t um_savedmaxfilesize; /* XXX - limit maxfilesize */ struct malloc_type *um_malloctype; /* The inodes malloctype */ + int um_i_effnlink_valid; /* i_effnlink valid? */ int (*um_blkatoff) __P((struct vnode *, off_t, char **, struct buf **)); int (*um_truncate) __P((struct vnode *, off_t, int, struct ucred *, struct proc *)); int (*um_update) __P((struct vnode *, int)); |
