On Thu, Jun 28, 2018 at 7:40 PM, Jan Kara <jack(a)suse.cz> wrote:
Currently, audit_tree code uses mark->lock to protect against
detaching
of mark from an inode. In most places it however also uses
mark->group->mark_mutex (as we need to atomically replace attached
marks) and this provides protection against mark detaching as well. So
just replace protection with mark->lock from audit tree code and replace
typo.....^ s/replace/remove
Otherwise looks sane.
Thanks,
Amir.