summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/ufs/ufs/inode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h
index d71359a..af11a4c 100644
--- a/sys/ufs/ufs/inode.h
+++ b/sys/ufs/ufs/inode.h
@@ -62,7 +62,9 @@
*/
struct inode {
LIST_ENTRY(inode) i_hash;/* Hash chain. */
- TAILQ_ENTRY(inode) i_nextsnap; /* snapshot file list */
+ TAILQ_ENTRY(inode) i_nextsnap; /* snapshot file list. */
+ daddr_t i_snaplistsize; /* size of snapblklist. */
+ daddr_t *i_snapblklist; /* list of known snapshot blocks. */
struct vnode *i_vnode;/* Vnode associated with this inode. */
struct ufsmount *i_ump;/* Ufsmount point associated with this inode. */
struct vnode *i_devvp;/* Vnode for block I/O. */
OpenPOWER on IntegriCloud