diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2026-01-06 23:26:43 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2026-01-16 12:48:16 -0500 |
| commit | da72b76aaeaa2bc67ccedd6e539fabc04aff3ecd (patch) | |
| tree | e4550452a10b692bbbe29f44dbb5419175529d48 /Documentation | |
| parent | 037193b0ae833c922881f0bf188b4ed49874e6c9 (diff) | |
non-consuming variant of do_symlinkat()
similar to previous commit; replacement is filename_symlinkat()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/filesystems/porting.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst index e93ba90e3e4f..bb526ae9a1d7 100644 --- a/Documentation/filesystems/porting.rst +++ b/Documentation/filesystems/porting.rst @@ -1342,4 +1342,5 @@ in-tree filesystems have done). fs/namei.c primitives that consume filesystem references (do_renameat2(), do_linkat(), do_symlinkat(), do_mkdirat(), do_mknodat(), do_unlinkat() and do_rmdir()) are getting replaced with non-consuming analogues -(filename_renameat2(), etc.) Replaced so far: do_renameat2(), do_linkat(). +(filename_renameat2(), etc.) Replaced so far: do_renameat2(), do_linkat(), +do_symlinkat(). |
