Hi, We decided to request the latest three patches to be merged into this merge window while it's still open.
1. The first patch adds a new function to lockref: lockref_put_not_zero 2. The second patch fixes GFS2's glock dump code so it uses the new lockref function. This fixes a problem whereby lock dumps could miss glocks. 3. I made a minor patch to update some comments and fix the lock ordering text in our gfs2-glocks.txt Documentation file. Regards, Bob Peterson --- Andreas Gruenbacher (2): lockref: Add lockref_put_not_zero gfs2: Stop using rhashtable_walk_peek Bob Peterson (1): GFS2: Minor improvements to comments and documentation Documentation/filesystems/gfs2-glocks.txt | 5 ++-- fs/gfs2/bmap.c | 2 +- fs/gfs2/glock.c | 47 ++++++++++++++++++------------- fs/gfs2/ops_fstype.c | 2 +- include/linux/lockref.h | 1 + lib/lockref.c | 28 ++++++++++++++++++ 6 files changed, 62 insertions(+), 23 deletions(-) -- 2.14.3