From: Eric Paris Date: Fri, 18 Dec 2009 02:24:22 +0000 (-0500) Subject: fsnotify: fsnotify_obtain_group kzalloc cleanup X-Git-Tag: v2.6.36-rc1~303^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7752ce7cac5184ca35aecebffafae9662570bc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed