diff options
author | Tao Ma <tao.ma@oracle.com> | 2008-10-24 01:57:28 +0200 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-11-10 18:51:47 +0100 |
commit | d32647993c211901fc4819ef3327f62d1859241b (patch) | |
tree | 54178f5bdb8c654b917aedc08a8284c2596391ea /REPORTING-BUGS | |
parent | ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails (diff) | |
download | linux-d32647993c211901fc4819ef3327f62d1859241b.tar.xz linux-d32647993c211901fc4819ef3327f62d1859241b.zip |
ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.
On failure, ocfs2_start_trans() returns values like ERR_PTR(-ENOMEM),
so we should check whether handle is NULL. Fix them to use IS_ERR().
Jan has made the patch for other part in ocfs2(thank Jan for it), so
this is just the fix for fs/ocfs2/xattr.c.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions