From: Jiri Slaby Date: Wed, 6 Jan 2010 22:09:50 +0000 (+0100) Subject: reiserfs: Fix unreachable statement X-Git-Tag: v2.6.33-rc4~66^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0baec1b63632f25ea8101b76edaca0accc061ec;p=pandora-kernel.git reiserfs: Fix unreachable statement Stanse found an unreachable statement in reiserfs_ioctl. There is a if followed by error assignment and `break' with no braces. Add the braces so that we don't break every time, but only in error case, so that REISERFS_IOC_SETVERSION actually works when it returns no error. Signed-off-by: Jiri Slaby Cc: Reiserfs Cc: Andrew Morton Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed