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

version 1.9, 2005/11/04 23:20:54 version 1.10, 2007/03/30 04:04:14
Line 22 Line 22
   
   
 typedef enum {                          /* iomap_flags values */  typedef enum {                          /* iomap_flags values */
           IOMAP_READ =            0,      /* mapping for a read */
         IOMAP_EOF =             0x01,   /* mapping contains EOF   */          IOMAP_EOF =             0x01,   /* mapping contains EOF   */
         IOMAP_HOLE =            0x02,   /* mapping covers a hole  */          IOMAP_HOLE =            0x02,   /* mapping covers a hole  */
         IOMAP_DELAY =           0x04,   /* mapping covers delalloc region  */          IOMAP_DELAY =           0x04,   /* mapping covers delalloc region  */

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


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