Revision 17763641ff8a189bc6fb1fcd5c2a9844ee0dd89c authored by Linus Torvalds on 25 September 2017, 22:41:56 UTC, committed by Linus Torvalds on 25 September 2017, 22:41:56 UTC
Pull gfs2 fix from Bob Peterson:
 "GFS2: Fix an old regression in GFS2's debugfs interface

 This fixes a regression introduced by commit 88ffbf3e037e ("GFS2: Use
 resizable hash table for glocks"). The regression caused the glock dump
 in debugfs to not report all the glocks, which makes debugging
 extremely difficult"

* tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
  gfs2: Fix debugfs glocks dump
2 parent s cf03461 + 1020165
History
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 220 bytes
balloc.c -rw-r--r-- 27.7 KB
cylinder.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 15.6 KB
file.c -rw-r--r-- 962 bytes
ialloc.c -rw-r--r-- 9.2 KB
inode.c -rw-r--r-- 32.7 KB
namei.c -rw-r--r-- 7.3 KB
super.c -rw-r--r-- 44.1 KB
swab.h -rw-r--r-- 2.5 KB
ufs.h -rw-r--r-- 5.0 KB
ufs_fs.h -rw-r--r-- 34.6 KB
util.c -rw-r--r-- 6.1 KB
util.h -rw-r--r-- 16.3 KB

back to top