Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1724421
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] kernfs: checking for IS_ERR() instead of NULL |
| Date | 2017-08-31 19:00 +0200 |
| Message-ID | <ukAYX-85f-31@gated-at.bofh.it> (permalink) |
| References | <ukbQS-R3-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Aug 30, 2017 at 05:04:56PM +0300, Dan Carpenter wrote:
> The kernfs_get_inode() returns NULL on error, it never returns error
> pointers.
>
> Fixes: aa8188253474 ("kernfs: add exportfs operations")
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> Acked-by: Tejun Heo <tj@kernel.org>
Hm, I don't know what tree aa8188253474 is in, but it's not mine, so I
can't take this patch :(
thanks,
greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] kernfs: checking for IS_ERR() instead of NULL Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-30 16:10 +0200
Re: [PATCH] kernfs: checking for IS_ERR() instead of NULL Tejun Heo <tj@kernel.org> - 2017-08-31 02:40 +0200
Re: [PATCH] kernfs: checking for IS_ERR() instead of NULL Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-08-31 19:00 +0200
Re: [PATCH] kernfs: checking for IS_ERR() instead of NULL Jens Axboe <axboe@kernel.dk> - 2017-08-31 22:00 +0200
Re: [PATCH] kernfs: checking for IS_ERR() instead of NULL Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-01 07:10 +0200
Re: [PATCH] kernfs: checking for IS_ERR() instead of NULL Jens Axboe <axboe@kernel.dk> - 2017-09-01 16:20 +0200
csiph-web