diff options
| author | Julia Lawall <[email protected]> | 2008-03-28 21:43:10 +0000 |
|---|---|---|
| committer | Mark Fasheh <[email protected]> | 2008-04-18 15:56:11 +0000 |
| commit | 58dadcdbc2584db050969f9781727fc5a3f618db (patch) | |
| tree | 40df8466e7409be77131ee6d61a66649f57f4425 /net/unix/sysctl_net_unix.c | |
| parent | ocfs2: Add inode stealing for ocfs2_reserve_new_inode (diff) | |
| download | kernel-58dadcdbc2584db050969f9781727fc5a3f618db.tar.gz kernel-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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Mark Fasheh <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions
