Diff for /xfs-linux/xfs_iomap.h between versions 1.11 and 1.12

version 1.11, 2007/09/13 06:10:29 version 1.12, 2007/09/13 06:11:17
Line 37  typedef enum { Line 37  typedef enum {
         BMAPI_READ = (1 << 0),          /* read extents */          BMAPI_READ = (1 << 0),          /* read extents */
         BMAPI_WRITE = (1 << 1),         /* create extents */          BMAPI_WRITE = (1 << 1),         /* create extents */
         BMAPI_ALLOCATE = (1 << 2),      /* delayed allocate to real extents */          BMAPI_ALLOCATE = (1 << 2),      /* delayed allocate to real extents */
         BMAPI_UNWRITTEN  = (1 << 3),    /* unwritten extents to real extents */  
         /* modifiers */          /* modifiers */
         BMAPI_IGNSTATE = (1 << 4),      /* ignore unwritten state on read */          BMAPI_IGNSTATE = (1 << 4),      /* ignore unwritten state on read */
         BMAPI_DIRECT = (1 << 5),        /* direct instead of buffered write */          BMAPI_DIRECT = (1 << 5),        /* direct instead of buffered write */

Removed from v.1.11  
changed lines
  Added in v.1.12


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