“4b93db80c7254a215dde7ae2fdaf4fcaed8d40b9”上不存在“bli/source-map-js/lib/base64.js”
  • R
    audit: ignore fcaps on umount · 57d46577
    Richard Guy Briggs 提交于
    Don't fetch fcaps when umount2 is called to avoid a process hang while
    it waits for the missing resource to (possibly never) re-appear.
    
    Note the comment above user_path_mountpoint_at():
     * A umount is a special case for path walking. We're not actually interested
     * in the inode in this situation, and ESTALE errors can be a problem.  We
     * simply want track down the dentry and vfsmount attached at the mountpoint
     * and avoid revalidating the last component.
    
    This can happen on ceph, cifs, 9p, lustre, fuse (gluster) or NFS.
    
    Please see the github issue tracker
    https://github.com/linux-audit/audit-kernel/issues/100Signed-off-by: NRichard Guy Briggs <rgb@redhat.com>
    [PM: merge fuzz in audit_log_fcaps()]
    Signed-off-by: NPaul Moore <paul@paul-moore.com>
    57d46577
audit.h 17.6 KB