diff options
author | Filipe Manana <fdmanana@suse.com> | 2016-06-06 11:51:25 +0100 |
---|---|---|
committer | Filipe Manana <fdmanana@suse.com> | 2016-08-01 07:32:03 +0100 |
commit | 67710892ec983aa79ad1e2a2642fe8e3a4a194ea (patch) | |
tree | 251f0feaddfbbf6e98690943d470972d7b37c3d6 /Documentation | |
parent | 951555856b88aa47bc238de6b4c6e97bfd9d36df (diff) |
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 'Documentation')
0 files changed, 0 insertions, 0 deletions