summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-ref.c
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2016-06-06 13:51:25 +0300
committerFilipe Manana <fdmanana@suse.com>2016-08-01 09:32:03 +0300
commit67710892ec983aa79ad1e2a2642fe8e3a4a194ea (patch)
tree251f0feaddfbbf6e98690943d470972d7b37c3d6 /fs/btrfs/delayed-ref.c
parent951555856b88aa47bc238de6b4c6e97bfd9d36df (diff)
downloadlinux-67710892ec983aa79ad1e2a2642fe8e3a4a194ea.tar.xz
Btrfs: be more precise on errors when getting an inode from disk
When we attempt to read an inode from disk, we end up always returning an -ESTALE error to the caller regardless of the actual failure reason, which can be an out of memory problem (when allocating a path), some error found when reading from the fs/subvolume btree (like a genuine IO error) or the inode does not exists. So lets start returning the real error code to the callers so that they don't treat all -ESTALE errors as meaning that the inode does not exists (such as during orphan cleanup). This will also be needed for a subsequent patch in the same series dealing with a special fsync case. Signed-off-by: Filipe Manana <fdmanana@suse.com>
Diffstat (limited to 'fs/btrfs/delayed-ref.c')
0 files changed, 0 insertions, 0 deletions