- 1. [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Date: Thu, 23 Aug 2007 19:44:55 -0500
- xfs_filestream_mount() sets up an mru cache with: err = xfs_mru_cache_create(&mp->m_filestream, lifetime, grp_count, (xfs_mru_cache_free_func_t)xfs_fstrm_free_func); but that cast is causing problems
- /archives/xfs/2007-08/msg00211.html (8,038 bytes)
- 2. Re: [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: David Chinner <dgc@xxxxxxx>
- Date: Fri, 24 Aug 2007 11:48:20 +1000
- hmmm - probably should make xfs_fstrm_free_func follow the correct prototype and convert the item into an opaque void * as well. Then we can remove the cast that hid this problem in xfs_filestream_mo
- /archives/xfs/2007-08/msg00217.html (9,342 bytes)
- 3. Re: [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Date: Fri, 24 Aug 2007 02:36:35 +0100
- Please also kill that blody cast. Function pointer casts are wonderful for hiding bugs like the one you just fixed from compilers, but that's it.
- /archives/xfs/2007-08/msg00218.html (8,537 bytes)
- 4. Re: [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Date: Thu, 23 Aug 2007 21:03:55 -0500
- Yep, I thought of removing the cast on the way home, as did Christoph, wherever he is :) -- xfs_filestream_mount() sets up an mru cache with: err = xfs_mru_cache_create(&mp->m_filestream, lifetime, g
- /archives/xfs/2007-08/msg00220.html (9,697 bytes)
- 5. [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Date: Thu, 23 Aug 2007 19:44:55 -0500
- xfs_filestream_mount() sets up an mru cache with: err = xfs_mru_cache_create(&mp->m_filestream, lifetime, grp_count, (xfs_mru_cache_free_func_t)xfs_fstrm_free_func); but that cast is causing problems
- /archives/xfs/2007-08/msg00525.html (8,038 bytes)
- 6. Re: [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: David Chinner <dgc@xxxxxxx>
- Date: Fri, 24 Aug 2007 11:48:20 +1000
- hmmm - probably should make xfs_fstrm_free_func follow the correct prototype and convert the item into an opaque void * as well. Then we can remove the cast that hid this problem in xfs_filestream_mo
- /archives/xfs/2007-08/msg00531.html (9,342 bytes)
- 7. Re: [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Date: Fri, 24 Aug 2007 02:36:35 +0100
- Please also kill that blody cast. Function pointer casts are wonderful for hiding bugs like the one you just fixed from compilers, but that's it.
- /archives/xfs/2007-08/msg00532.html (8,537 bytes)
- 8. Re: [PATCH] fix filestreams on 32-bit boxes (score: 1)
- Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Date: Thu, 23 Aug 2007 21:03:55 -0500
- Yep, I thought of removing the cast on the way home, as did Christoph, wherever he is :) -- xfs_filestream_mount() sets up an mru cache with: err = xfs_mru_cache_create(&mp->m_filestream, lifetime, g
- /archives/xfs/2007-08/msg00534.html (9,697 bytes)
This search system is powered by
Namazu