commit | cd7752ce7cac5184ca35aecebffafae9662570bc | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:22 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:50 2010 -0400 |
tree | 42c1d6af6bb0992345e2cb9ca87190fbce35d6f8 | |
parent | 74be0cc82835aecad332a29896b0f212ba893403 [diff] |
fsnotify: fsnotify_obtain_group kzalloc cleanup fsnotify_obtain_group uses kzalloc but then proceedes to set things to 0. This patch just deletes those useless lines. Signed-off-by: Eric Paris <eparis@redhat.com>