Re: [Pvfs2-developers] patches: bug fixes

2006-09-26 Thread Sam Lang
Hi Phil, Just an FYI, these patches have been committed to CVS. -sam On Sep 5, 2006, at 1:39 PM, Phil Carns wrote: pread-pwrite.patch: --- This fixes a bug in a patch that I submitted earlier to provide a simple alternate AIO implementation. It defines _GNU_SOURCE in a

[Pvfs2-developers] patches: bug fixes

2006-09-05 Thread Phil Carns
pread-pwrite.patch: --- This fixes a bug in a patch that I submitted earlier to provide a simple alternate AIO implementation. It defines _GNU_SOURCE in a limited area for dbpf so that we can get proper definitions of pread() and pwrite() on Linux. I tried using

[Pvfs2-developers] patches: bug fixes

2006-06-07 Thread Phil Carns
All of the patches listed in this email are limited scope- they just fix specific bugs and don't make any protocol or storage format changes: pvfs2-kernel-permissions.patch: --- The pvfs2_permission() function is significantly different (due to #ifdefs) based on whether or not the

Re: [Pvfs2-developers] patches: bug fixes

2006-06-07 Thread Murali Vilayannur
Hi Phil, pvfs2-kernel-permissions.patch: --- The pvfs2_permission() function is significantly different (due to #ifdefs) based on whether or not the kernel provides a generic_permission() function which was introduced around 2.6.10. The code path that gets triggered for kernel