We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d3798 commit 8eac535Copy full SHA for 8eac535
fs/namespace.c
@@ -70,7 +70,7 @@ static DEFINE_IDA(mnt_id_ida);
70
static DEFINE_IDA(mnt_group_ida);
71
72
/* Don't allow confusion with old 32bit mount ID */
73
-#define MNT_UNIQUE_ID_OFFSET (1ULL << 32)
+#define MNT_UNIQUE_ID_OFFSET (1ULL << 31)
74
static atomic64_t mnt_id_ctr = ATOMIC64_INIT(MNT_UNIQUE_ID_OFFSET);
75
76
static struct hlist_head *mount_hashtable __ro_after_init;
0 commit comments