• Kent Overstreet's avatar
    bcachefs: Add private error codes for ENOSPC · 098ef98d
    Kent Overstreet authored
    Continuing the saga of introducing private dedicated error codes for
    each error path, this patch converts ENOSPC to error codes that are
    subtypes of ENOSPC. We've recently had a test failure where we got
    -ENOSPC where we shouldn't have, and didn't have enough information to
    tell where it came from, so this patch will solve that problem.
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
    098ef98d
ec.c 38.1 KB