diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2024-02-26 01:27:23 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2025-11-16 01:35:04 -0500 |
| commit | e11e247608585fef489f1dbb4d73eec456c8d4a5 (patch) | |
| tree | ee05989e92b13b5cf23c7abe2bf7d4a802a6aa12 /drivers/misc/ibmasm/ibmasmfs.c | |
| parent | 0703b36e4e1cee524cabdefab927896022300195 (diff) | |
convert efivarfs
Initially filesystem is populated with d_alloc_name() + d_add().
That becomes d_alloc_name() + d_make_persistent() + dput().
Dynamic creation is switched to d_make_persistent();
removal - to simple_unlink() (no point open-coding it in
efivarfs_unlink(), better call it there)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/misc/ibmasm/ibmasmfs.c')
0 files changed, 0 insertions, 0 deletions