diff options
author | Ryusuke Konishi <[email protected]> | 2022-09-29 21:33:30 +0900 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2022-10-11 18:51:10 -0700 |
commit | 723ac751208f6d6540191689cfbf6c77135a7a1b (patch) | |
tree | 42195faf2d93d2e609e05de507cbf5119a258c7c /drivers/fpga/fpga-mgr.c | |
parent | ef79361b265dd229725ad62bc850f6913ef2f94a (diff) |
nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
If creation or finalization of a checkpoint fails due to anomalies in the
checkpoint metadata on disk, a kernel warning is generated.
This patch replaces the WARN_ONs by nilfs_error, so that a kernel, booted
with panic_on_warn, does not panic. A nilfs_error is appropriate here to
handle the abnormal filesystem condition.
This also replaces the detected error codes with an I/O error so that
neither of the internal error codes is returned to callers.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Reported-by: [email protected]
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions