diff options
| author | Alexander Mikhalitsyn <[email protected]> | 2024-09-06 16:34:52 +0200 |
|---|---|---|
| committer | Miklos Szeredi <[email protected]> | 2024-09-23 11:07:55 +0200 |
| commit | ffcdc4c628e1a30489da10dd78358e89c823b341 (patch) | |
| tree | 4a613054af1d41c639012c66c57ec9751f92142c /include/linux | |
| parent | 0c6793823d2b0eb079f4c6f54d9cdf6b2beec9d8 (diff) | |
fs/mnt_idmapping: introduce an invalid_mnt_idmap
Link: https://lore.kernel.org/linux-fsdevel/20240904-baugrube-erhoben-b3c1c49a2645@brauner/
Suggested-by: Christian Brauner <[email protected]>
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
Reviewed-by: Christian Brauner <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mnt_idmapping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mnt_idmapping.h b/include/linux/mnt_idmapping.h index cd4d5c8781f5..b1b219bc3422 100644 --- a/include/linux/mnt_idmapping.h +++ b/include/linux/mnt_idmapping.h @@ -9,6 +9,7 @@ struct mnt_idmap; struct user_namespace; extern struct mnt_idmap nop_mnt_idmap; +extern struct mnt_idmap invalid_mnt_idmap; extern struct user_namespace init_user_ns; typedef struct { |