Chris Elston wrote:
--- TDC775-2.4.29/fs/xfs/xfs_iomap.h 2005-10-31 15:37:54.000000000 +0000
+++ PATCHED/fs/xfs/xfs_iomap.h 2005-10-31 15:18:29.000000000 +0000
@@ -86,7 +86,7 @@
xfs_buftarg_t *iomap_target;
loff_t iomap_offset; /* offset of mapping, bytes */
loff_t iomap_bsize; /* size of mapping, bytes */
- size_t iomap_delta; /* offset into mapping, bytes */
+ loff_t iomap_delta; /* offset into mapping, bytes */
iomap_flags_t iomap_flags;
} xfs_iomap_t;
Yep, I agree that this is correct. The way I was trying to expose it wasn't
quite the right approach, but as I traced it through it's pretty obviously
correct. Thanks!
-Eric
|