The following commit has been merged in the master branch:
commit 845c8927ef20e245bb88bc783dc2e581b61fbaba
Author: Mark Vitale <[email protected]>
Date:   Fri May 19 16:34:21 2017 -0400

    ubik: remove redundant memset from udisk_write
    
    When udisk_write is extending the database, DRead will return a null
    buffer.  udisk_write then calls DNew to get a brand new buffer for the
    extension write, and clears it with memset.  However, this is redundant,
    since DNew has already cleared the new buffer.
    
    Remove the redundant memset.
    
    No functional change should be incurred by this commit.
    
    Change-Id: Ia6768098fb3c67475c8948c874b92b91bf17cdb7
    Reviewed-on: https://gerrit.openafs.org/12621
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Tested-by: BuildBot <[email protected]>

 src/ubik/disk.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to