File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,9 @@ user namespace. But this doesn't just lock a single mount or mount subtree
375375it locks all mounts in the mount namespace, i.e., the mount table cannot be
376376altered.
377377
378- ### Add ` OPEN_TREE_CLEAR ` flag to ` open_tree() `
378+ ### Allow creating idmapped mounts from idmapped mounts
379+
380+ [ x] Allow creating idmapped mounts from idmapped mounts
379381
380382Add a new ` OPEN_TREE_CLEAR ` flag to ` open_tree() ` that can only be
381383used in conjunction with ` OPEN_TREE_CLONE ` . When specified it will clear
@@ -391,6 +393,8 @@ This is useful to get a new, clear mount and also allows the caller to
391393create a new detached mount with an idmapping attached to the mount. Iow,
392394the caller may idmap the mount afterwards.
393395
396+ ** 🙇 ` c4a16820d901 ("fs: add open_tree_attr()") ` 🙇**
397+
394398** Use-Case:** A user may already use an idmapped mount for their home
395399directory. And once a mount has been idmapped the idmapping cannot be
396400changed anymore. This allows for simple semantics and allows to avoid
You can’t perform that action at this time.
0 commit comments