commit | ffab83402f01555a5fa32efb48a4dd0ce8d12ef5 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:22 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:50 2010 -0400 |
tree | 4e02fa7422becb56e6ed4b8721f8b0fb3a867d44 | |
parent | cd7752ce7cac5184ca35aecebffafae9662570bc [diff] |
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>