Re: [PATCH 2/8] ext4: remove i_alloc_sem abuse

2011-06-21 Thread Lukas Czerner
On Mon, 20 Jun 2011, Christoph Hellwig wrote: Add a new rw_semaphore to protect page_mkwrite against truncate. Previous i_alloc_sem was abused for this, but it's going away in this series. Signed-off-by: Christoph Hellwig h...@lst.de Index: linux-2.6/fs/ext4/inode.c

Re: [PATCH 2/8] ext4: remove i_alloc_sem abuse

2011-06-21 Thread Christoph Hellwig
On Tue, Jun 21, 2011 at 06:34:50PM +0200, Lukas Czerner wrote: this looks like a bug fix, so we should rather do it in a separate commit. Could you send it separately, or at least mention that in commit description ? What looks like a bugfix? -- To unsubscribe from this list: send the line

Re: [PATCH 2/8] ext4: remove i_alloc_sem abuse

2011-06-21 Thread Lukas Czerner
On Tue, 21 Jun 2011, Lukas Czerner wrote: On Mon, 20 Jun 2011, Christoph Hellwig wrote: Add a new rw_semaphore to protect page_mkwrite against truncate. Previous i_alloc_sem was abused for this, but it's going away in this series. Signed-off-by: Christoph Hellwig h...@lst.de

[PATCH 2/8] ext4: remove i_alloc_sem abuse

2011-06-20 Thread Christoph Hellwig
Add a new rw_semaphore to protect page_mkwrite against truncate. Previous i_alloc_sem was abused for this, but it's going away in this series. Signed-off-by: Christoph Hellwig h...@lst.de Index: linux-2.6/fs/ext4/inode.c === ---