xfs
[Top] [All Lists]

Re: [PATCH] Re: Files >4GB in XFS realtime partition

To: Chris Elston <celston@xxxxxxxxxxx>
Subject: Re: [PATCH] Re: Files >4GB in XFS realtime partition
From: Eric Sandeen <sandeen@xxxxxxx>
Date: Fri, 04 Nov 2005 13:17:43 -0600
Cc: linux-xfs@xxxxxxxxxxx, nathans@xxxxxxx, jchapman@xxxxxxxxxxx
In-reply-to: <200510311812.j9VICiO0030280@oss.sgi.com>
References: <200510311812.j9VICiO0030280@oss.sgi.com>
Sender: linux-xfs-bounce@xxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)
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


<Prev in Thread] Current Thread [Next in Thread>