From 7a8e72c16e734f2ccdfe8d86bcd2e176aa5e978a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 20 Feb 2024 15:43:21 -0600 Subject: udf: convert novrs to an option flag There's no reason to treat novers specially, convert it to a flag in uopt->flags like other flag options. Signed-off-by: Eric Sandeen Signed-off-by: Jan Kara Message-Id: --- fs/udf/udf_sb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/udf/udf_sb.h') diff --git a/fs/udf/udf_sb.h b/fs/udf/udf_sb.h index f9a60bc1abcf..08ec8756b948 100644 --- a/fs/udf/udf_sb.h +++ b/fs/udf/udf_sb.h @@ -23,6 +23,7 @@ #define UDF_FLAG_STRICT 5 #define UDF_FLAG_UNDELETE 6 #define UDF_FLAG_UNHIDE 7 +#define UDF_FLAG_NOVRS 8 #define UDF_FLAG_UID_FORGET 11 /* save -1 for uid to disk */ #define UDF_FLAG_GID_FORGET 12 #define UDF_FLAG_UID_SET 13 -- cgit v1.2.3