• Paul Gortmaker's avatar
    nfsd: don't WARN/backtrace for invalid container deployment. · 46cc8ba3
    Paul Gortmaker authored
    These messages, combined with the backtrace they trigger, makes it seem
    like a serious problem, though a quick search shows distros marking
    it as a "won't fix" non-issue when the problem is reported by users.
    
    The backtrace is overkill, and only really manages to show that if
    you follow the code path, you can't really avoid it with bootargs
    or configuration settings in the container.
    
    Given that, lets tone it down a bit and get rid of the WARN severity,
    and the associated backtrace, so people aren't needlessly alarmed.
    
    Also, lets drop the split printk line, since they are grep unfriendly.
    Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
    46cc8ba3
nfs4recover.c 35.6 KB