From 933d7884f08db6e590aea22037a63065827dab19 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Sun, 7 Apr 2002 14:12:06 +0000 Subject: [PATCH] add m_sbdirty_timer to mount struct --- include/xfs_mount.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xfs_mount.h b/include/xfs_mount.h index b0fc4293f..592922a75 100644 --- a/include/xfs_mount.h +++ b/include/xfs_mount.h @@ -306,6 +306,8 @@ typedef struct xfs_mount { * snapshot */ sv_t m_wait_unfreeze;/* waiting to unfreeze */ atomic_t m_active_trans; /* number trans frozen */ + struct timer_list m_sbdirty_timer;/* superblock dirty timer + * for nfs refcache */ } xfs_mount_t; /* -- 2.47.2