zfs/include/os/linux
Adam D. Moss 1daad98176
Linux: always check or verify return of igrab()
zhold() wraps igrab() on Linux, and igrab() may fail when the inode 
is in the process of being deleted.  This means zhold() must only be
called when a reference exists and therefore it cannot be deleted. 
This is the case for all existing consumers so add a VERIFY and a
comment explaining this requirement.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Adam Moss <c@yotes.com>
Closes #11704
2021-03-16 16:33:34 -07:00
..
kernel Linux 5.12 compat: replace bio_*_io_acct with disk_*_io_acct 2021-02-24 10:06:05 -08:00
spl Microoptimizations for VERIFY() and friends 2021-03-11 17:16:09 -08:00
zfs Linux: always check or verify return of igrab() 2021-03-16 16:33:34 -07:00
Makefile.am OpenZFS restructuring - move platform specific headers 2019-09-05 09:34:54 -07:00