Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[patch\s+01\/22\]\s+fix\s+compile\s+on\s+32\s+bit\s+systems\s*$/: 24 ]

Total 24 documents matching your query.

1. [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Tue, 02 Dec 2008 11:04:31 -0500
The recent compat patches make xfs_file.c include xfs_ioctl32.h unconditional, which breaks the build on 32 bit systems which don't have the various compat defintions. Remove the include and move the
/archives/xfs/2008-12/msg00047.html (11,896 bytes)

2. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Tue, 02 Dec 2008 10:43:17 -0600
ACK on this. I ran into this too on a backport but didn't think it was a problem upstream, thanks! -Eric
/archives/xfs/2008-12/msg00055.html (10,131 bytes)

3. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Tue, 02 Dec 2008 20:20:19 -0600
(to be formal about it) Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
/archives/xfs/2008-12/msg00066.html (10,120 bytes)

4. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Niv Sardi <xaiki@xxxxxxxxxxxxx>
Date: Thu, 04 Dec 2008 12:03:22 +1100
^^^^^^^^^^^ [â] ^^^^^^^^^^^ Fixed it up, it's in QA now, Cheers, -- Niv Sard
/archives/xfs/2008-12/msg00116.html (10,356 bytes)

5. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Thu, 4 Dec 2008 07:34:32 -0500
Doh, thanks.
/archives/xfs/2008-12/msg00142.html (10,538 bytes)

6. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: "Niv Sardi" <xaiki@xxxxxxxxxxxxx>
Date: Fri, 5 Dec 2008 00:03:15 +1100
Oh well, lachland allready checked it in like that... -- Niv Sardi
/archives/xfs/2008-12/msg00146.html (12,183 bytes)

7. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Thu, 4 Dec 2008 08:11:24 -0500
Just put in my add FMODE_NOCMTIME patch in, it removes all that invis file operations crap :) Seriously, it's already been reviewed on -fsdevel anyway.
/archives/xfs/2008-12/msg00147.html (10,645 bytes)

8. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: "Niv Sardi" <xaiki@xxxxxxxxxxxxx>
Date: Fri, 5 Dec 2008 00:40:28 +1100
Bissectable commits my dear christoph, bissectable commits =) Mark told me I should make you happy and put lots of patches of yours in if you put them in nice git trees for us =) just send to list. -
/archives/xfs/2008-12/msg00150.html (12,461 bytes)

9. [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Tue, 02 Dec 2008 11:04:31 -0500
/archives/xfs/2008-12/msg00664.html (11,896 bytes)

10. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Tue, 02 Dec 2008 10:43:17 -0600
/archives/xfs/2008-12/msg00672.html (10,131 bytes)

11. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Tue, 02 Dec 2008 20:20:19 -0600
/archives/xfs/2008-12/msg00683.html (10,120 bytes)

12. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Niv Sardi <xaiki@xxxxxxxxxxxxx>
Date: Thu, 04 Dec 2008 12:03:22 +1100
/archives/xfs/2008-12/msg00733.html (10,356 bytes)

13. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Thu, 4 Dec 2008 07:34:32 -0500
/archives/xfs/2008-12/msg00759.html (10,538 bytes)

14. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: "Niv Sardi" <xaiki@xxxxxxxxxxxxx>
Date: Fri, 5 Dec 2008 00:03:15 +1100
/archives/xfs/2008-12/msg00763.html (12,183 bytes)

15. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Thu, 4 Dec 2008 08:11:24 -0500
/archives/xfs/2008-12/msg00764.html (10,645 bytes)

16. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: "Niv Sardi" <xaiki@xxxxxxxxxxxxx>
Date: Fri, 5 Dec 2008 00:40:28 +1100
/archives/xfs/2008-12/msg00767.html (12,461 bytes)

17. [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Tue, 02 Dec 2008 11:04:31 -0500
The recent compat patches make xfs_file.c include xfs_ioctl32.h unconditional, which breaks the build on 32 bit systems which don't have the various compat defintions. Remove the include and move the
/archives/xfs/2008-12/msg01281.html (11,928 bytes)

18. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Tue, 02 Dec 2008 10:43:17 -0600
ACK on this. I ran into this too on a backport but didn't think it was a problem upstream, thanks! -Eric
/archives/xfs/2008-12/msg01289.html (10,227 bytes)

19. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Tue, 02 Dec 2008 20:20:19 -0600
(to be formal about it) Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
/archives/xfs/2008-12/msg01300.html (10,216 bytes)

20. Re: [patch 01/22] fix compile on 32 bit systems (score: 1)
Author: Niv Sardi <xaiki@xxxxxxxxxxxxx>
Date: Thu, 04 Dec 2008 12:03:22 +1100
^^^^^^^^^^^ [] ^^^^^^^^^^^ Fixed it up, it's in QA now, Cheers, -- Niv Sardi
/archives/xfs/2008-12/msg01350.html (10,456 bytes)


This search system is powered by Namazu