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)
commit58dadcdbc2584db050969f9781727fc5a3f618db
tree40df8466e7409be77131ee6d61a66649f57f4425
parent4d0ddb2ce25db2254d468233d942276ecf40bff8
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