Diff for /xfs-linux/xfs_buf_item.h between versions 1.46 and 1.47

version 1.46, 2007/10/01 06:09:11 version 1.47, 2007/11/02 03:09:06
Line 18 Line 18
 #ifndef __XFS_BUF_ITEM_H__  #ifndef __XFS_BUF_ITEM_H__
 #define __XFS_BUF_ITEM_H__  #define __XFS_BUF_ITEM_H__
   
   extern kmem_zone_t      *xfs_buf_item_zone;
   
 /*  /*
  * This is the structure used to lay out a buf log item in the   * This is the structure used to lay out a buf log item in the
  * log.  The data map describes which 128 byte chunks of the buffer   * log.  The data map describes which 128 byte chunks of the buffer

Removed from v.1.46  
changed lines
  Added in v.1.47


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