From: Eric Paris Date: Fri, 18 Dec 2009 02:24:27 +0000 (-0500) Subject: fsnotify: clear marks to 0 in fsnotify_init_mark X-Git-Tag: v2.6.36-rc1~303^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba643f04cdda170215c8820acd3e201936fc512d;p=pandora-kernel.git fsnotify: clear marks to 0 in fsnotify_init_mark Currently fsnotify_init_mark sets some fields to 0/NULL. Some users already used some sorts of zalloc, some didn't. This patch uses memset to explicitly zero everything in the fsnotify_mark when it is initialized so we don't have to be careful if fields are later added to marks. Signed-off-by: Eric Paris --- Reading git-diff-tree failed