mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
udf: Define EFSCORRUPTED error code
Similarly to other filesystems define EFSCORRUPTED error code for reporting internal filesystem corruption. Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
1fe4fd6f5c
commit
3d2d7e6155
@ -55,6 +55,8 @@
|
||||
#define MF_DUPLICATE_MD 0x01
|
||||
#define MF_MIRROR_FE_LOADED 0x02
|
||||
|
||||
#define EFSCORRUPTED EUCLEAN
|
||||
|
||||
struct udf_meta_data {
|
||||
__u32 s_meta_file_loc;
|
||||
__u32 s_mirror_file_loc;
|
||||
|
Loading…
Reference in New Issue
Block a user