]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fsnotify: remove pointless NULL initializers
authorJan Kara <jack@suse.cz>
Mon, 16 Dec 2013 23:44:51 +0000 (10:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 16 Dec 2013 23:44:51 +0000 (10:44 +1100)
commit600fffb225ef90670f1029fffd4cfb95cd577ff9
tree2c93211abe1f7d84d77393435d964e807c9421c0
parentb87b461f660f1c52195f38ce9bc8520fe88ad4e6
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>
fs/notify/dnotify/dnotify.c
fs/notify/fanotify/fanotify.c
kernel/audit_tree.c
kernel/audit_watch.c