Diff for /xfs-linux/xfs_mount.h between versions 1.236 and 1.237

version 1.236, 2007/05/22 15:50:48 version 1.237, 2007/07/09 06:12:03
Line 66  struct xfs_bmbt_irec; Line 66  struct xfs_bmbt_irec;
 struct xfs_bmap_free;  struct xfs_bmap_free;
 struct xfs_extdelta;  struct xfs_extdelta;
 struct xfs_swapext;  struct xfs_swapext;
   struct xfs_mru_cache;
   
 extern struct bhv_vfsops xfs_vfsops;  extern struct bhv_vfsops xfs_vfsops;
 extern struct bhv_vnodeops xfs_vnodeops;  extern struct bhv_vnodeops xfs_vnodeops;
Line 424  typedef struct xfs_mount { Line 425  typedef struct xfs_mount {
         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 */          struct mutex            m_icsb_mutex;   /* balancer sync lock */
 #endif  #endif
           struct xfs_mru_cache    *m_filestream;  /* per-mount filestream data */
 } xfs_mount_t;  } xfs_mount_t;
   
 /*  /*
Line 463  typedef struct xfs_mount { Line 465  typedef struct xfs_mount {
                                                  * I/O size in stat() */                                                   * I/O size in stat() */
 #define XFS_MOUNT_NO_PERCPU_SB  (1ULL << 23)    /* don't use per-cpu superblock  #define XFS_MOUNT_NO_PERCPU_SB  (1ULL << 23)    /* don't use per-cpu superblock
                                                    counters */                                                     counters */
   #define XFS_MOUNT_FILESTREAMS   (1ULL << 24)    /* enable the filestreams
                                                      allocator */
   
   
 /*  /*

Removed from v.1.236  
changed lines
  Added in v.1.237


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