commit | a03ab788d070c256eff1ac24cf0e3bc2ca148096 | [log] [tgz] |
---|---|---|
author | Coly Li <coly.li@suse.de> | Fri Mar 26 05:15:12 2010 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Tue Mar 30 12:52:13 2010 -0700 |
tree | f5c05f87457be0f863e69915fa4888bec071f6ad | |
parent | efd647f744f3cf504ed83580274bd4b6918139fe [diff] |
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 <coly.li@suse.de> Signed-off-by: Joel Becker <joel.becker@oracle.com>