mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 00:56:20 +01:00
The __filemap_get_folio() function returns error pointers.
It never returns NULL. So use IS_ERR() to check it.
Fixes:
|
||
|---|---|---|
| .. | ||
| hostfs.h | ||
| hostfs_kern.c | ||
| hostfs_user.c | ||
| hostfs_user_exp.c | ||
| Makefile | ||