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

version 1.10, 2007/03/30 04:04:14 version 1.11, 2007/09/13 06:10:29
Line 44  typedef enum { Line 44  typedef enum {
         BMAPI_MMAP = (1 << 6),          /* allocate for mmap write */          BMAPI_MMAP = (1 << 6),          /* allocate for mmap write */
         BMAPI_SYNC = (1 << 7),          /* sync write to flush delalloc space */          BMAPI_SYNC = (1 << 7),          /* sync write to flush delalloc space */
         BMAPI_TRYLOCK = (1 << 8),       /* non-blocking request */          BMAPI_TRYLOCK = (1 << 8),       /* non-blocking request */
         BMAPI_DEVICE = (1 << 9),        /* we only want to know the device */  
 } bmapi_flags_t;  } bmapi_flags_t;
   
   

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


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