commit | 58dadcdbc2584db050969f9781727fc5a3f618db | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Fri Mar 28 14:43:10 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 18 08:56:11 2008 -0700 |
tree | 40df8466e7409be77131ee6d61a66649f57f4425 | |
parent | 4d0ddb2ce25db2254d468233d942276ecf40bff8 [diff] |
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>