Re: [PATCH] kernel: audit_watch: resource management: better reset to NULL.

2013-04-12 Thread Chen Gang
oh, sorry, this patch is incorrect, please skip it. On 2013年04月12日 12:50, Chen Gang wrote: > > better to set krule->watch = NULL. > maybe it is not a real issue, but can make code clearer, > so can help the readers to analyse another issues. > > Signed-off-by: Chen Gang > --- > kerne

[PATCH] kernel: audit_watch: resource management: better reset to NULL.

2013-04-11 Thread Chen Gang
better to set krule->watch = NULL. maybe it is not a real issue, but can make code clearer, so can help the readers to analyse another issues. Signed-off-by: Chen Gang --- kernel/audit_watch.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/audit_watch.c b/