* [PATCH] block_write_begin(): remove useless goto
@ 2008-12-03 20:19 Franck Bui-Huu
0 siblings, 0 replies; only message in thread
From: Franck Bui-Huu @ 2008-12-03 20:19 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-fsdevel
From: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
---
fs/buffer.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/buffer.c b/fs/buffer.c
index 6569fda..a3e2bc8 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -2013,7 +2013,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:
--
1.6.0.2.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-03 20:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 20:19 [PATCH] block_write_begin(): remove useless goto Franck Bui-Huu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).