]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: fsnotify_obtain_group kzalloc cleanup
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 02:24:22 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:50 +0000 (09:58 -0400)
commitcd7752ce7cac5184ca35aecebffafae9662570bc
tree42c1d6af6bb0992345e2cb9ca87190fbce35d6f8
parent74be0cc82835aecad332a29896b0f212ba893403
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>
fs/notify/group.c