Skip to content
Commit 4071b913 authored by Jan Kara's avatar Jan Kara
Browse files

udf: Properly detect stale inodes



NFS can easily ask for inodes that are already deleted. Currently UDF
happily returns such inodes which is a bug. Return -ESTALE if
udf_read_inode() is asked to read deleted inode.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 6d3d5e86
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment