summaryrefslogtreecommitdiffstats
path: root/fs/minix/bitmap.c
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-11-06 17:03:17 -0800
committerDarrick J. Wong <djwong@kernel.org>2022-11-16 15:25:02 -0800
commit6bf2f87915970160ded16c310e2e8887deff97a2 (patch)
tree4b2c026f4a838ee161c3d771dc437a2f927c1fe2 /fs/minix/bitmap.c
parent0a713bd41ea2b19904232b9c5278012c4361bc04 (diff)
downloadlinux-6bf2f87915970160ded16c310e2e8887deff97a2.tar.bz2
xfs: don't retry repairs harder when EAGAIN is returned
Repair functions will not return EAGAIN -- if they were not able to obtain resources, they should return EDEADLOCK (like the rest of online fsck) to signal that we need to grab all the resources and try again. Hence we don't need to deal with this case except as a debugging assertion. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/minix/bitmap.c')
0 files changed, 0 insertions, 0 deletions