commit | 25c829afbd74fb9594d2351d9e41be05bacb9903 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri Dec 09 09:38:55 2016 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Apr 03 16:56:34 2017 +0200 |
tree | fd1e6fb8937bcba7332955006d211c7aad314d1c | |
parent | 5198adf649a0b7b0f9ddb98b264e57b41516116b [diff] |
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>