Revision ae753ee2771a1bacade56411bb98037b2545c929 authored by Linus Torvalds on 01 December 2017, 13:36:27 UTC, committed by Linus Torvalds on 01 December 2017, 13:36:27 UTC
Pull AFS fixes from David Howells:
 "Two fix patches for the AFS filesystem:

   - Fix the refcounting on permit caching.

   - AFS inode (afs_vnode) fields need resetting after allocation
     because they're only initialised when slab pages are obtained from
     the page allocator"

* tag 'afs-fixes-20171201' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  afs: Properly reset afs_vnode (inode) fields
  afs: Fix permit refcounting
2 parent s 3c1c4dd + f8de483
History
File Mode Size
Makefile -rw-r--r-- 1.2 KB
lockdep.c -rw-r--r-- 126.3 KB
lockdep_internals.h -rw-r--r-- 5.1 KB
lockdep_proc.c -rw-r--r-- 17.6 KB
lockdep_states.h -rw-r--r-- 207 bytes
locktorture.c -rw-r--r-- 28.3 KB
mcs_spinlock.h -rw-r--r-- 3.5 KB
mutex-debug.c -rw-r--r-- 2.8 KB
mutex-debug.h -rw-r--r-- 1.1 KB
mutex.c -rw-r--r-- 30.9 KB
mutex.h -rw-r--r-- 841 bytes
osq_lock.c -rw-r--r-- 5.6 KB
percpu-rwsem.c -rw-r--r-- 5.1 KB
qrwlock.c -rw-r--r-- 2.8 KB
qspinlock.c -rw-r--r-- 14.2 KB
qspinlock_paravirt.h -rw-r--r-- 16.7 KB
qspinlock_stat.h -rw-r--r-- 7.6 KB
rtmutex-debug.c -rw-r--r-- 4.6 KB
rtmutex-debug.h -rw-r--r-- 1.4 KB
rtmutex.c -rw-r--r-- 49.4 KB
rtmutex.h -rw-r--r-- 1.2 KB
rtmutex_common.h -rw-r--r-- 4.1 KB
rwsem-spinlock.c -rw-r--r-- 7.7 KB
rwsem-xadd.c -rw-r--r-- 19.5 KB
rwsem.c -rw-r--r-- 4.2 KB
rwsem.h -rw-r--r-- 2.0 KB
semaphore.c -rw-r--r-- 7.3 KB
spinlock.c -rw-r--r-- 9.7 KB
spinlock_debug.c -rw-r--r-- 5.5 KB
test-ww_mutex.c -rw-r--r-- 12.8 KB

back to top