]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Fix check of return value of ocfs2_start_trans()
authorJan Kara <jack@suse.cz>
Mon, 20 Oct 2008 17:23:51 +0000 (19:23 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 10 Nov 2008 17:51:46 +0000 (09:51 -0800)
commitfa38e92cb34e27e60d0faf1035934eb9b44aa1d4
treea7bbefddcf693735aa0dbdf3abca25b57268df1a
parent8573f79d30077875e2b6e83849b5245bfbb08685
ocfs2: Fix check of return value of ocfs2_start_trans()

On failure, ocfs2_start_trans() returns values like ERR_PTR(-ENOMEM).
Thus checks for !handle are wrong. Fix them to use IS_ERR().

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/file.c