Revision 18253e034d2aeee140f82fc9fe89c4bce5c81799 authored by Linus Torvalds on 20 July 2019, 16:15:51 UTC, committed by Linus Torvalds on 20 July 2019, 16:15:51 UTC
Pull dcache and mountpoint updates from Al Viro:
 "Saner handling of refcounts to mountpoints.

  Transfer the counting reference from struct mount ->mnt_mountpoint
  over to struct mountpoint ->m_dentry. That allows us to get rid of the
  convoluted games with ordering of mount shutdowns.

  The cost is in teaching shrink_dcache_{parent,for_umount} to cope with
  mixed-filesystem shrink lists, which we'll also need for the Slab
  Movable Objects patchset"

* 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  switch the remnants of releasing the mountpoint away from fs_pin
  get rid of detach_mnt()
  make struct mountpoint bear the dentry reference to mountpoint, not struct mount
  Teach shrink_dcache_parent() to cope with mixed-filesystem shrink lists
  fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()
  __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore
  nfs: dget_parent() never returns NULL
  ceph: don't open-code the check for dead lockref
2 parent s abdfd52 + 56cbb42
History
File Mode Size
Makefile -rw-r--r-- 1.6 KB
amcore.c -rw-r--r-- 3.2 KB
cache.c -rw-r--r-- 1.3 KB
clk.c -rw-r--r-- 3.2 KB
device.c -rw-r--r-- 13.4 KB
dma.c -rw-r--r-- 1004 bytes
dma_timer.c -rw-r--r-- 2.2 KB
entry.S -rw-r--r-- 5.2 KB
firebee.c -rw-r--r-- 2.2 KB
gpio.c -rw-r--r-- 3.7 KB
head.S -rw-r--r-- 7.4 KB
intc-2.c -rw-r--r-- 5.2 KB
intc-5249.c -rw-r--r-- 1.4 KB
intc-525x.c -rw-r--r-- 2.2 KB
intc-5272.c -rw-r--r-- 5.8 KB
intc-simr.c -rw-r--r-- 4.8 KB
intc.c -rw-r--r-- 3.4 KB
m5206.c -rw-r--r-- 1.9 KB
m520x.c -rw-r--r-- 5.4 KB
m523x.c -rw-r--r-- 2.8 KB
m5249.c -rw-r--r-- 3.7 KB
m525x.c -rw-r--r-- 2.6 KB
m5272.c -rw-r--r-- 3.5 KB
m527x.c -rw-r--r-- 4.0 KB
m528x.c -rw-r--r-- 3.8 KB
m5307.c -rw-r--r-- 2.6 KB
m53xx.c -rw-r--r-- 15.3 KB
m5407.c -rw-r--r-- 1.9 KB
m5441x.c -rw-r--r-- 5.5 KB
m54xx.c -rw-r--r-- 2.9 KB
mcf8390.c -rw-r--r-- 918 bytes
nettel.c -rw-r--r-- 4.0 KB
pci.c -rw-r--r-- 6.3 KB
pit.c -rw-r--r-- 4.3 KB
reset.c -rw-r--r-- 1.1 KB
sltimers.c -rw-r--r-- 3.8 KB
stmark2.c -rw-r--r-- 2.7 KB
timers.c -rw-r--r-- 5.3 KB
vectors.c -rw-r--r-- 1.7 KB

back to top