Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190867
b: refs/heads/master
c: b3b38d8
h: refs/heads/master
i:
  190865: e1677c8
  190863: 2069509
v: v3
  • Loading branch information
Pavel Emelyanov authored and Eric Paris committed May 14, 2010
1 parent 42ca74b commit 9d332e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e08733446e72b983fed850fc5d8bd21b386feb29
refs/heads/master: b3b38d842fa367d862b83e7670af4e0fd6a80fc0
2 changes: 2 additions & 0 deletions trunk/fs/notify/inotify/inotify_fsnotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <linux/path.h> /* struct path */
#include <linux/slab.h> /* kmem_* */
#include <linux/types.h>
#include <linux/sched.h>

#include "inotify.h"

Expand Down Expand Up @@ -146,6 +147,7 @@ static void inotify_free_group_priv(struct fsnotify_group *group)
idr_for_each(&group->inotify_data.idr, idr_callback, group);
idr_remove_all(&group->inotify_data.idr);
idr_destroy(&group->inotify_data.idr);
free_uid(group->inotify_data.user);
}

void inotify_free_event_priv(struct fsnotify_event_private_data *fsn_event_priv)
Expand Down

0 comments on commit 9d332e0

Please sign in to comment.