From: Coly Li Date: Thu, 25 Mar 2010 21:15:12 +0000 (+0800) Subject: ocfs2: one more warning fix in ocfs2_file_aio_write(), v2 X-Git-Tag: v2.6.34-rc7~27^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a03ab788d070c256eff1ac24cf0e3bc2ca148096;p=pandora-kernel.git ocfs2: one more warning fix in ocfs2_file_aio_write(), v2 This patch fixes another compiling warning in ocfs2_file_aio_write() like this, fs/ocfs2/file.c: In function ‘ocfs2_file_aio_write’: fs/ocfs2/file.c:2026: warning: suggest parentheses around ‘&&’ within ‘||’ As Joel suggested, '!ret' is unary, this version removes the wrap from '!ret'. Signed-off-by: Coly Li Signed-off-by: Joel Becker --- Reading git-diff-tree failed