[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200112175933.5259-5-pali.rohar@gmail.com>
Date: Sun, 12 Jan 2020 18:59:33 +0100
From: Pali Rohár <pali.rohar@...il.com>
To: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Jan Kara <jack@...e.cz>
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 <pali.rohar@...il.com>
---
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
Powered by blists - more mailing lists