On Mon, 2007-04-02 at 14:09 +0200, Nick Piggin wrote:
> Updated aops patchset against 2.6.21-rc5.
> 
> http://www.kernel.org/pub/linux/kernel/people/npiggin/patches/new-aops/
> 
> Files/dirs are 2.6.21-rc5-new-aops*
> 

Simple cleanup for block_write_begin().

Thanks,
Badari

---
 fs/buffer.c |    1 -
 1 file changed, 1 deletion(-)

Index: linux-2.6.21-rc5/fs/buffer.c
===================================================================
--- linux-2.6.21-rc5.orig/fs/buffer.c   2007-04-02 14:33:20.000000000 -0700
+++ linux-2.6.21-rc5/fs/buffer.c        2007-04-02 16:02:32.000000000 -0700
@@ -1977,7 +1977,6 @@ int block_write_begin(struct file *file,
                        if (pos + len > inode->i_size)
                                vmtruncate(inode, inode->i_size);
                }
-               goto out;
        }
 
 out:


-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to