OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-578-g2b4908d

Gerrit Code Review gerrit@openafs.org
Tue, 28 Apr 2020 21:27:00 -0400


The following commit has been merged in the master branch:
commit 2b4908d3be8c4bde135d836ccc4ca96e465628c3
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Thu Apr 23 17:49:20 2020 -0400

    afs: fix afs_linux_mmap fstrace entry
    
    The format string for CM_TRACE_GMAP takes 4 substitutions, but
    afs_linux_mmap only supplies 3.  This results in malformed output from
    fstrace:
    
    Type mismatch, using raw print.
    Gn_map vp 0x%lx addr 0x%lx len 0x%x off 0x%x (afs / zcm)raw op
    701087775, time 715.322573, pid 9644
    p0:0xc0a66ec0 p1:0x8b81a000 p2:131072
    
    Repair the recording of CM_TRACE_GMAP.
    
    Change-Id: I2b7592e68cb42f5ae490ee8771558e5cc5a2181e
    Reviewed-on: https://gerrit.openafs.org/14168
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/LINUX/osi_vnodeops.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository