xfs
[Top] [All Lists]

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

To: celston@xxxxxxxxxxx
Subject: Re: [PATCH] Re: Files >4GB in XFS realtime partition
From: Chris Elston <celston@xxxxxxxxxxx>
Date: Wed, 02 Nov 2005 09:07:47 +0000
Cc: linux-xfs@xxxxxxxxxxx, nathans@xxxxxxx, sandeen@xxxxxxx, jchapman@xxxxxxxxxxx
Sender: linux-xfs-bounce@xxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
> Thanks! Could you resend that patch as just a regular text file (inline text at the end of your mail would be fine)?

Should be straight text now, was UUENCODED before.

Cheers,

--
Chris Elston
Katalix Systems Ltd
http://www.katalix.com
Catalysts for your Embedded Linux software development
--- 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;

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