X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fnotify%2Fmark.c;h=6043306e8e21518daeb945ebf2569d19fe9edbbf;hb=0815cfda63da56a2ca3c50e988e4a752593dd8f4;hp=fdb50e48f9685b9c0ccb39abc473f61d71abdc2b;hpb=b7ca57c6bf00a4f49cf8273f229042316e7e6117;p=mirror_ubuntu-zesty-kernel.git diff --git a/fs/notify/mark.c b/fs/notify/mark.c index fdb50e48f968..6043306e8e21 100644 --- a/fs/notify/mark.c +++ b/fs/notify/mark.c @@ -113,7 +113,6 @@ void fsnotify_put_mark(struct fsnotify_mark *mark) mark->free_mark(mark); } } -EXPORT_SYMBOL_GPL(fsnotify_put_mark); /* Calculate mask of events for a list of marks */ u32 fsnotify_recalc_mask(struct hlist_head *head) @@ -231,7 +230,6 @@ void fsnotify_destroy_mark(struct fsnotify_mark *mark, mutex_unlock(&group->mark_mutex); fsnotify_free_mark(mark); } -EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); void fsnotify_destroy_marks(struct hlist_head *head, spinlock_t *lock) { @@ -417,7 +415,6 @@ err: return ret; } -EXPORT_SYMBOL_GPL(fsnotify_add_mark); int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, struct inode *inode, struct vfsmount *mnt, int allow_dups) @@ -524,7 +521,6 @@ void fsnotify_init_mark(struct fsnotify_mark *mark, atomic_set(&mark->refcnt, 1); mark->free_mark = free_mark; } -EXPORT_SYMBOL_GPL(fsnotify_init_mark); /* * Destroy all marks in destroy_list, waits for SRCU period to finish before