From: Jan Kara Date: Tue, 21 Jan 2014 23:48:16 +0000 (-0800) Subject: fsnotify: remove pointless NULL initializers X-Git-Tag: v3.14-rc1~134^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b27cf6030dd36c56a5542ab8bfa406d337f083;p=pandora-kernel.git fsnotify: remove pointless NULL initializers We usually rely on the fact that struct members not specified in the initializer are set to NULL. So do that with fsnotify function pointers as well. Signed-off-by: Jan Kara Reviewed-by: Christoph Hellwig Cc: Eric Paris Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed