X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_iomap.h;h=f5c09887fe93647c6db79db7fa18531688c8c347;hb=19e66a67e9b25874cd5e184e7d381ce1b955df11;hp=3ce204a524b0665df59272cdc4425d0772f95619;hpb=af95598744a83506063b411d81c4f819bf774f62;p=linux-2.6 diff --git a/fs/xfs/xfs_iomap.h b/fs/xfs/xfs_iomap.h index 3ce204a524..f5c09887fe 100644 --- a/fs/xfs/xfs_iomap.h +++ b/fs/xfs/xfs_iomap.h @@ -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 */