From: Eric Sandeen Date: Sun, 7 Apr 2002 14:12:06 +0000 (+0000) Subject: add m_sbdirty_timer to mount struct X-Git-Tag: v2.1.0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=933d7884f08db6e590aea22037a63065827dab19;p=thirdparty%2Fxfsprogs-dev.git add m_sbdirty_timer to mount struct --- 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; /*