]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 02:24:22 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:50 +0000 (09:58 -0400)
commitffab83402f01555a5fa32efb48a4dd0ce8d12ef5
tree4e02fa7422becb56e6ed4b8721f8b0fb3a867d44
parentcd7752ce7cac5184ca35aecebffafae9662570bc
fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group

fsnotify_obtain_group was intended to be able to find an already existing
group.  Nothing uses that functionality.  This just renames it to
fsnotify_alloc_group so it is clear what it is doing.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/dnotify/dnotify.c
fs/notify/group.c
fs/notify/inotify/inotify_user.c
include/linux/fsnotify_backend.h
kernel/audit_tree.c
kernel/audit_watch.c