udf: Define EFSCORRUPTED error code
[ Upstream commit 3d2d7e61553dbcc8ba45201d8ae4f383742c8202 ] Similarly to other filesystems define EFSCORRUPTED error code for reporting internal filesystem corruption. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fec6a375fd
commit
5c034e88ab
@@ -57,6 +57,8 @@
|
|||||||
#define MF_DUPLICATE_MD 0x01
|
#define MF_DUPLICATE_MD 0x01
|
||||||
#define MF_MIRROR_FE_LOADED 0x02
|
#define MF_MIRROR_FE_LOADED 0x02
|
||||||
|
|
||||||
|
#define EFSCORRUPTED EUCLEAN
|
||||||
|
|
||||||
struct udf_meta_data {
|
struct udf_meta_data {
|
||||||
__u32 s_meta_file_loc;
|
__u32 s_meta_file_loc;
|
||||||
__u32 s_mirror_file_loc;
|
__u32 s_mirror_file_loc;
|
||||||
|
|||||||
Reference in New Issue
Block a user