diff options
author | Eric Paris <eparis@redhat.com> | 2009-12-17 21:24:22 -0500 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-07-28 09:58:51 -0400 |
commit | 0d2e2a1d00d7d23e5bd9bb0935cde7c3d5835c56 (patch) | |
tree | 1c6bbbcbb143a364838d6749aa086af3c019f965 /include/linux/fsnotify_backend.h | |
parent | 220d14df0dc587c06b97762829a41157c9375b94 (diff) |
fsnotify: drop mask argument from fsnotify_alloc_group
Nothing uses the mask argument to fsnotify_alloc_group. This patch drops
that argument.
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r-- | include/linux/fsnotify_backend.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index 7d3c03e46862..58326049ab29 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
@@ -305,8 +305,7 @@ static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode | |||
305 | /* must call when a group changes its ->mask */ | 305 | /* must call when a group changes its ->mask */ |
306 | extern void fsnotify_recalc_global_mask(void); | 306 | extern void fsnotify_recalc_global_mask(void); |
307 | /* get a reference to an existing or create a new group */ | 307 | /* get a reference to an existing or create a new group */ |
308 | extern struct fsnotify_group *fsnotify_alloc_group(__u32 mask, | 308 | extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops); |
309 | const struct fsnotify_ops *ops); | ||
310 | /* run all marks associated with this group and update group->mask */ | 309 | /* run all marks associated with this group and update group->mask */ |
311 | extern void fsnotify_recalc_group_mask(struct fsnotify_group *group); | 310 | extern void fsnotify_recalc_group_mask(struct fsnotify_group *group); |
312 | /* drop reference on a group from fsnotify_alloc_group */ | 311 | /* drop reference on a group from fsnotify_alloc_group */ |