[PATCH] filesystem location based auditing

Timothy R. Chavez tinytim at us.ibm.com
Fri Feb 24 21:20:35 UTC 2006


On Fri, 2006-02-24 at 15:07 -0600, Timothy R. Chavez wrote:
> > +	if (IS_ERR(task)) {
> > +		audit_put_parent(parent);
> > +		return ERR_PTR(PTR_ERR(task));
> 
> Redundant?  return ERR_PTR(task), right?
> 
> [..]

er return task;, my bad.

-tim




More information about the Linux-audit mailing list