Re: [Cluster-devel] [PATCH][try6] VFS: new want_holesize and got_holesize buffer_head flags for fiemap

2014-10-23 Thread Christoph Hellwig
On Wed, Oct 22, 2014 at 08:28:53AM -0400, Bob Peterson wrote: Yes, I thought about that. One of my early prototypes had a separate function used by fiemap. Function __generic_block_fiemap would call get_block() which returned an indication of a hole as it does today. When it saw the hole,

Re: [Cluster-devel] [PATCH 09/12] ocfs2: Convert to private i_dquot field

2014-10-23 Thread Joel Becker
On Tue, Oct 21, 2014 at 04:38:33PM +0200, Jan Kara wrote: CC: Mark Fasheh mfas...@suse.com CC: Joel Becker jl...@evilplan.org CC: ocfs2-de...@oss.oracle.com Signed-off-by: Jan Kara j...@suse.cz --- fs/ocfs2/inode.h | 4 fs/ocfs2/super.c | 10 ++ 2 files changed, 14

Re: [Cluster-devel] [PATCH][try6] VFS: new want_holesize and got_holesize buffer_head flags for fiemap

2014-10-23 Thread Bob Peterson
- Original Message - On Wed, Oct 22, 2014 at 08:28:53AM -0400, Bob Peterson wrote: Yes, I thought about that. One of my early prototypes had a separate function used by fiemap. Function __generic_block_fiemap would call get_block() which returned an indication of a hole as it does

[Cluster-devel] new AC_PYTHON_MODULE M4 macro

2014-10-23 Thread Alan Evangelista
In fence agents repository, commit 5a87866c70e3dc77798d3e6fd77e2607757d26b5 added ac_python_module.m4 to make/ directory. I think this file should have been added to m4 directory instead. I had problems building fence-agents today from master branch, moving the file fixed the problem. Regards,