Files
linux/fs
Al Viro e11e247608 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>
2025-11-16 01:35:04 -05:00
..
2025-06-10 22:21:16 -04:00
2025-11-16 01:35:04 -05:00
2025-09-13 17:32:47 -07:00
2025-11-16 01:35:03 -05:00
2025-11-16 01:35:02 -05:00
2025-09-13 16:55:07 -07:00
2025-09-13 16:55:13 -07:00
2025-11-16 01:35:03 -05:00
2025-11-16 01:35:03 -05:00
2025-11-16 01:35:02 -05:00
2025-11-16 01:35:03 -05:00
2025-09-16 23:59:38 -04:00
2025-09-21 19:24:50 -04:00
2025-09-26 10:21:23 +02:00
2025-10-07 12:48:33 +02:00
2025-09-01 13:08:01 +02:00
2025-09-29 13:43:52 -07:00
2025-08-29 15:08:07 +02:00
2025-05-23 14:20:44 +02:00