1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 09:32:12 +00:00
Al Viro b89aa54482 convert binderfs
Objects are created either by d_alloc_name()+d_add() (in
binderfs_ctl_create()) or by simple_start_creating()+d_instantiate().
Removals are by simple_recurisive_removal().

Switch d_add()/d_instantiate() to d_make_persistent() + dput().
Voila - kill_litter_super() is not needed anymore.

Fold dput()+unlocking the parent into simple_done_creating(), while
we are at it.

NOTE: return value of binderfs_create_file() is borrowed; it may get
stored in proc->binderfs_entry.  See binder_release()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2025-11-16 01:35:05 -05:00
..
2025-11-16 01:35:05 -05:00
2025-11-16 01:35:02 -05:00
2025-10-31 12:57:19 -07:00
2025-10-07 08:40:15 -07:00
2025-11-06 15:44:18 -08:00
2025-10-06 10:37:06 -07:00
2025-10-23 22:30:01 +02:00
2025-11-09 09:22:08 -08:00
2025-10-18 08:18:18 -10:00
2025-10-01 00:00:45 +00:00
2025-10-19 18:56:14 -07:00
2025-09-29 00:17:22 +02:00
2025-10-08 09:44:38 -07:00
2025-10-03 18:48:02 -07:00
2025-10-04 15:50:37 -07:00
2025-09-22 09:35:21 -04:00
2025-10-06 11:17:18 -07:00
2025-10-31 14:24:32 -07:00
2025-10-07 08:59:25 -07:00
2025-10-06 10:34:22 -07:00
2025-10-06 10:41:03 -07:00
2025-11-05 11:08:10 -08:00
2025-10-01 17:32:51 -07:00
2025-10-01 11:34:12 -07:00
2025-10-04 15:45:17 -07:00
2025-10-01 17:32:51 -07:00
2025-10-06 10:32:22 -07:00
2025-10-11 11:49:00 -07:00
2025-10-17 15:26:52 +02:00
2025-10-07 08:40:15 -07:00
2025-10-24 13:52:58 +02:00
2025-10-01 07:24:43 -04:00
2025-09-29 18:48:39 -07:00
2025-10-04 08:48:16 -07:00
2025-10-06 11:00:30 -07:00
2025-11-16 01:35:02 -05:00
2025-10-07 08:40:15 -07:00