git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a2d92
)
aio: checking for NULL instead of IS_ERR
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 13 Nov 2013 07:49:40 +0000
(10:49 +0300)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 13 Nov 2013 12:30:53 +0000
(07:30 -0500)
alloc_anon_inode() returns an ERR_PTR(), it doesn't return NULL.
Fixes:
71ad7490c1f3
('rework aio migrate pages to use aio fs')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found