summaryrefslogtreecommitdiff
path: root/fs/udf/udf_sb.h
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2024-02-21 00:43:21 +0300
committerJan Kara <jack@suse.cz>2024-02-21 15:55:30 +0300
commit7a8e72c16e734f2ccdfe8d86bcd2e176aa5e978a (patch)
treeffef47984095be5d3a1dbcdf2addfad9d0e5655d /fs/udf/udf_sb.h
parentd27f41eed5d64f0f4ca2fcb44f417e7dd9d23e11 (diff)
downloadlinux-7a8e72c16e734f2ccdfe8d86bcd2e176aa5e978a.tar.xz
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 <sandeen@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz> Message-Id: <b5d53492-b99a-4b3c-82c0-581df9a9e384@redhat.com>
Diffstat (limited to 'fs/udf/udf_sb.h')
-rw-r--r--fs/udf/udf_sb.h1
1 files changed, 1 insertions, 0 deletions
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