On Tue, Jul 19, 2011 at 12:02:07PM +0800, Yongqiang Yang wrote: > Before this patch, parallel resizers are allowed and protected by a mutex lock, > actually, there is no need to support parallel resizer, so this patch prevents > parallel resizers by atmoic bit ops, like lock_page() and unlock_page() do. > > To do this, the patch removed the mutex lock s_resize_lock from struct ext4_sb_info > and added a unsigned long field named s_resize_flags which inidicates if there is > a resizer. > > Signed-off-by: Yongqiang Yang <xiaoqiangnk@xxxxxxxxx> Thanks, added to the ext4 patch. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html