diff options
author | Coly Li <coly.li@suse.de> | 2010-03-25 22:15:12 +0100 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-03-30 21:52:13 +0200 |
commit | a03ab788d070c256eff1ac24cf0e3bc2ca148096 (patch) | |
tree | f5c05f87457be0f863e69915fa4888bec071f6ad /security | |
parent | ocfs2_dlmfs: User DLM_* when decoding file open flags. (diff) | |
download | linux-a03ab788d070c256eff1ac24cf0e3bc2ca148096.tar.xz linux-a03ab788d070c256eff1ac24cf0e3bc2ca148096.zip |
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>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions