commit | 18f2e0d3a43641889ac2ba9d7508d47359eec063 | [log] [tgz] |
---|---|---|
author | Jan Kara <[email protected]> | Wed Jan 04 10:33:18 2017 +0100 |
committer | Jan Kara <[email protected]> | Mon Apr 10 17:37:36 2017 +0200 |
tree | b387228853b068db6aeac707763270a1342f8bdf | |
parent | 416bcdbcbbb4800f11f03e8baf570f9996219f67 [diff] |
fsnotify: Rename fsnotify_clear_marks_by_group_flags() The _flags() suffix in the function name was more confusing than explaining so just remove it. Also rename the argument from 'flags' to 'type' to better explain what the function expects. Reviewed-by: Miklos Szeredi <[email protected]> Suggested-by: Amir Goldstein <[email protected]> Reviewed-by: Amir Goldstein <[email protected]> Signed-off-by: Jan Kara <[email protected]>