[PATCH][RFC] Ext3 online resizing locking issue (Again)

2005-09-01 Thread Glauber de Oliveira Costa
Hi. Here is my new trial for the resize lock issue. Basically, it goes as follows: To ensure that only one resizer is running at a time, I added a global lock that is acquired in the very beginning of ext3_group_add and ext3_group_extend. lock_super is now only used in ext3_group_add in the

[PATCH][RFC] Ext3 online resizing locking issue (Again)

2005-09-01 Thread Glauber de Oliveira Costa
Hi. Here is my new trial for the resize lock issue. Basically, it goes as follows: To ensure that only one resizer is running at a time, I added a global lock that is acquired in the very beginning of ext3_group_add and ext3_group_extend. lock_super is now only used in ext3_group_add in the