2020-01-12 18:01:14

by Pali Rohár

[permalink] [raw]
Subject: [WIP PATCH 4/4] udf: Allow to read UDF 2.60 discs

Current udf implementation now should be able to properly mount and read
images with UDF 2.60 revision in R/O mode without any problem.

Signed-off-by: Pali Rohár <[email protected]>
---
fs/udf/udf_sb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/udf/udf_sb.h b/fs/udf/udf_sb.h
index baac0357b..be8cb9f3b 100644
--- a/fs/udf/udf_sb.h
+++ b/fs/udf/udf_sb.h
@@ -6,7 +6,7 @@
#include <linux/bitops.h>
#include <linux/magic.h>

-#define UDF_MAX_READ_VERSION 0x0250
+#define UDF_MAX_READ_VERSION 0x0260
#define UDF_MAX_WRITE_VERSION 0x0201

#define UDF_FLAG_USE_EXTENDED_FE 0
--
2.20.1