Diff for /xfs-linux/xfs_mount.h between versions 1.227 and 1.228

version 1.227, 2006/09/04 03:51:38 version 1.228, 2006/12/04 02:51:48
Line 419  typedef struct xfs_mount { Line 419  typedef struct xfs_mount {
         xfs_icsb_cnts_t         *m_sb_cnts;     /* per-cpu superblock counters */          xfs_icsb_cnts_t         *m_sb_cnts;     /* per-cpu superblock counters */
         unsigned long           m_icsb_counters; /* disabled per-cpu counters */          unsigned long           m_icsb_counters; /* disabled per-cpu counters */
         struct notifier_block   m_icsb_notifier; /* hotplug cpu notifier */          struct notifier_block   m_icsb_notifier; /* hotplug cpu notifier */
           struct mutex            m_icsb_mutex;   /* balancer sync lock */
 #endif  #endif
 } xfs_mount_t;  } xfs_mount_t;
   

Removed from v.1.227  
changed lines
  Added in v.1.228


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>