diff options
author | Julia Lawall <julia@diku.dk> | 2008-03-28 22:43:10 +0100 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-04-18 17:56:11 +0200 |
commit | 58dadcdbc2584db050969f9781727fc5a3f618db (patch) | |
tree | 40df8466e7409be77131ee6d61a66649f57f4425 /fs/ocfs2/namei.c | |
parent | ocfs2: Add inode stealing for ocfs2_reserve_new_inode (diff) | |
download | linux-58dadcdbc2584db050969f9781727fc5a3f618db.tar.xz linux-58dadcdbc2584db050969f9781727fc5a3f618db.zip |
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>
Diffstat (limited to 'fs/ocfs2/namei.c')
0 files changed, 0 insertions, 0 deletions