commit | 054c636e5c8054884ede889be82ce059879945e6 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Dec 21 18:06:12 2016 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Apr 10 17:37:36 2017 +0200 |
tree | 0559d887ce9f1bd9ba0e594b0fc876d597327bc1 | |
parent | 7b1293234084ddb6469c4e9a5ef818f399b5786b [diff] |
fsnotify: Move ->free_mark callback to fsnotify_ops Pointer to ->free_mark callback unnecessarily occupies one long in each fsnotify_mark although they are the same for all marks from one notification group. Move the callback pointer to fsnotify_ops. Reviewed-by: Miklos Szeredi <mszeredi@redhat.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>