Re: [PATCH resend] audit: fix mark refcounting

From: Lino Sanfilippo
Date: Thu Dec 15 2011 - 15:06:45 EST


On Thu, Dec 15, 2011 at 10:03:41AM +0100, Miklos Szeredi wrote:
>
> + audit_get_parent(parent);
> fsnotify_destroy_mark(&parent->mark);
> + audit_put_parent(parent);

Hi,

What about taking an extra ref on an inode mark in send_to_group()
before we call handle_event()?
So we dont have to handle the cases in which a mark is destroyed
explicitly...

Lino

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/