]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ocfs2/aops.c: test for IS_ERR rather than 0
authorJulia Lawall <julia@diku.dk>
Fri, 28 Mar 2008 21:43:10 +0000 (14:43 -0700)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:11 +0000 (08:56 -0700)
commit1d937e0e7a049a1f7c27fa9cf61cd80def2f3fbb
tree40df8466e7409be77131ee6d61a66649f57f4425
parent637cdcd4bb8e94a3b9f0013d4e9d7030d1e67242
fs/ocfs2/aops.c: test for IS_ERR rather than 0

The function ocfs2_start_trans always returns either a valid pointer or a
value made with ERR_PTR, so its result should be tested with IS_ERR, not
with a test for 0.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/aops.c