diff options
author | 2008-10-20 19:23:51 +0200 | |
---|---|---|
committer | 2008-11-10 09:51:46 -0800 | |
commit | fa38e92cb34e27e60d0faf1035934eb9b44aa1d4 (patch) | |
tree | a7bbefddcf693735aa0dbdf3abca25b57268df1a /net/unix/af_unix.c | |
parent | ocfs2: Fix some typos in xattr annotations. (diff) | |
download | wireguard-linux-fa38e92cb34e27e60d0faf1035934eb9b44aa1d4.tar.xz wireguard-linux-fa38e92cb34e27e60d0faf1035934eb9b44aa1d4.zip |
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>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions