Files
linux/fs
Linus Torvalds 0f70f5b08a Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull automount updates from Al Viro:
 "Automount wart removal

  A bunch of odd boilerplate gone from instances - the reason for
  those was the need to protect the yet-to-be-attched mount from
  mark_mounts_for_expiry() deciding to take it out.

  But that's easy to detect and take care of in mark_mounts_for_expiry()
  itself; no need to have every instance simulate mount being busy by
  grabbing an extra reference to it, with finish_automount() undoing
  that once it attaches that mount.

  Should've done it that way from the very beginning... This is a
  flagday change, thankfully there are very few instances.

  vfs_submount() is gone - its sole remaining user (trace_automount)
  had been switched to saner primitives"

* tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  kill vfs_submount()
  saner calling conventions for ->d_automount()
2025-05-30 15:38:29 -07:00
..
2025-04-07 09:36:48 +02:00
2025-04-30 09:26:34 -05:00
2025-04-29 13:08:20 +02:00
2025-04-28 10:54:39 +02:00
2025-04-16 15:16:20 +08:00
2025-05-14 22:40:55 -04:00
2025-04-07 09:36:48 +02:00
2025-04-21 10:27:59 +02:00
2024-12-09 11:34:29 +01:00
2024-12-17 09:16:11 +01:00
2025-05-15 12:03:12 +02:00
2025-05-09 18:06:27 -04:00
2025-05-23 14:20:44 +02:00