Re: [Ocfs2-devel] [PATCH] allow for more than one data extent when creating xattr

2014-03-12 Thread Andrew Morton
On Mon, 10 Mar 2014 14:08:20 -0700 Tariq Saeed wrote: > Orabug: 18108070 > > ocfs2_xattr_extend_allocation() hits panic when creating xattr during > data extent alloc phase. The problem occurs if due to local alloc > fragmentation, clusters are spread over multiple extents. In this case > ocfs2

Re: [Ocfs2-devel] [PATCH] allow for more than one data extent when creating xattr

2014-03-10 Thread Srinivas Eeda
looks good to me. Reviewed-by: Srinivas Eeda On 03/10/2014 02:08 PM, Tariq Saeed wrote: > Orabug: 18108070 > > ocfs2_xattr_extend_allocation() hits panic when creating xattr during > data extent alloc phase. The problem occurs if due to local alloc > fragmentation, clusters are spread over multip

[Ocfs2-devel] [PATCH] allow for more than one data extent when creating xattr

2014-03-10 Thread Tariq Saeed
Orabug: 18108070 ocfs2_xattr_extend_allocation() hits panic when creating xattr during data extent alloc phase. The problem occurs if due to local alloc fragmentation, clusters are spread over multiple extents. In this case ocfs2_add_clusters_in_btree() finds no space to store more than one exten