From: Franck Bui-Huu Date: Tue, 6 Jan 2009 22:40:19 +0000 (-0800) Subject: block_write_begin(): remove useless goto X-Git-Tag: v2.6.29-rc1~407 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69e9930993cfd70d82c8d9dd96fc3a88854d06fc;p=karo-tx-linux.git block_write_begin(): remove useless goto Signed-off-by: Franck Bui-Huu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/buffer.c b/fs/buffer.c index a13f09b696f7..c26da785938a 100644 --- a/fs/buffer.c +++ b/fs/buffer.c @@ -2022,7 +2022,6 @@ int block_write_begin(struct file *file, struct address_space *mapping, if (pos + len > inode->i_size) vmtruncate(inode, inode->i_size); } - goto out; } out: