mirror of
https://github.com/torvalds/linux.git
synced 2026-05-19 12:24:11 +02:00
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 | ||