inotify: Remove inode pointers from debug messages
authorJan Kara <jack@suse.cz>
Fri, 9 Dec 2016 08:38:55 +0000 (09:38 +0100)
committerJan Kara <jack@suse.cz>
Mon, 3 Apr 2017 14:56:34 +0000 (16:56 +0200)
commit25c829afbd74fb9594d2351d9e41be05bacb9903
treefd1e6fb8937bcba7332955006d211c7aad314d1c
parent5198adf649a0b7b0f9ddb98b264e57b41516116b
inotify: Remove inode pointers from debug messages

Printing inode pointers in warnings has dubious value and with future
changes we won't be able to easily get them without either locking or
chances we oops along the way. So just remove inode pointers from the
warning messages.

Reviewed-by: Miklos Szeredi <mszeredi@redhat.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/inotify/inotify_fsnotify.c
fs/notify/inotify/inotify_user.c