]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_iomap.h
dlm: validate messages before processing
[linux-2.6-omap-h63xx.git] / fs / xfs / xfs_iomap.h
index 3ce204a524b0665df59272cdc4425d0772f95619..f5c09887fe93647c6db79db7fa18531688c8c347 100644 (file)
@@ -22,7 +22,7 @@
 
 
 typedef enum {                         /* iomap_flags values */
-       IOMAP_EOF =             0x01,   /* mapping contains EOF   */
+       IOMAP_READ =            0,      /* mapping for a read */
        IOMAP_HOLE =            0x02,   /* mapping covers a hole  */
        IOMAP_DELAY =           0x04,   /* mapping covers delalloc region  */
        IOMAP_REALTIME =        0x10,   /* mapping on the realtime device  */