]> git.baikalelectronics.ru Git - kernel.git/commit
fsnotify: remove pointless NULL initializers
authorJan Kara <jack@suse.cz>
Tue, 21 Jan 2014 23:48:16 +0000 (15:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 00:19:41 +0000 (16:19 -0800)
commit420e88f6b6cbc1463e1989c4986a5a9d42dba9c2
tree560d6ad630ff89ddeb3175828e4f1abb2b989875
parentc322146eaded291494e6bd9b9a95511cbd34a005
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 <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Eric Paris <eparis@parisplace.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/notify/dnotify/dnotify.c
fs/notify/fanotify/fanotify.c
kernel/audit_tree.c
kernel/audit_watch.c