OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-246-g09fe35b

Gerrit Code Review gerrit@openafs.org
Fri, 16 Dec 2011 16:31:17 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 09fe35b1f3adfd08aa74377d291a4acd638d247b
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Jul 20 16:50:52 2011 -0500

    libafs: Rate-limit hard-mount waiting messages
    
    Limit how often we log "hard-mount waiting for XXX" messages. Without
    this, it is possible for a client with hard-mounts enabled to spam the
    kernel log rather excessively (in extreme cases this can even panic
    the machine on at least some Linux).
    
    To keep things simple, just log approximately one message per volume
    per hard-mount interval.
    
    Reviewed-on: http://gerrit.openafs.org/5060
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 530b5ecac51cc7ce61ccddd50868c632c4a47298)
    
    Change-Id: I566aa3d411ff100ccc6afa9a5273fb84e6172dd0
    Reviewed-on: http://gerrit.openafs.org/6347
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/afs.h         |    1 +
 src/afs/afs_analyze.c |   56 ++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 52 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository