Skip to content

proposal: x/sys/unix: add STATX_MNT_ID_UNIQUE mask value #67147

@Jorropo

Description

@Jorropo

Proposal Details

98d2b43081972abeb5bb5a087bc3e3197531c46e released in linux 6.8 added a new mask option for unix.Statx STATX_MNT_ID_UNIQUE which fills in the field Statx_t.Mnt_id with a monotonic mount id (instead of STATX_MNT_ID which are reused).

So add:

const STATX_MNT_ID_UNIQUE = 0x4000

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions