mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-28 00:33:16 +00:00
bed2cc4826
The __filemap_get_folio() function returns error pointers.
It never returns NULL. So use IS_ERR() to check it.
Fixes:
|
||
---|---|---|
.. | ||
hostfs_kern.c | ||
hostfs_user_exp.c | ||
hostfs_user.c | ||
hostfs.h | ||
Makefile |