Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207615
b: refs/heads/master
c: 31ddd32
h: refs/heads/master
i:
  207613: cc580f9
  207611: 5b14ef2
  207607: 6320d0a
  207599: 1786822
  207583: 42f1651
  207551: b9f742e
  207487: f6d7708
  207359: 361bb93
v: v3
  • Loading branch information
Eric Paris committed Jul 28, 2010
1 parent d0325b7 commit 2cf5886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4277d3dd5a7400c1ea7fd4e7d64bda8899f84f5
refs/heads/master: 31ddd3268dcb6c1d70e9930a83be43bf86e4bf17
4 changes: 3 additions & 1 deletion trunk/fs/notify/inotify/inotify_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ void inotify_ignored_and_remove_idr(struct fsnotify_mark_entry *entry,
/* ding dong the mark is dead */
static void inotify_free_mark(struct fsnotify_mark_entry *entry)
{
struct inotify_inode_mark_entry *ientry = (struct inotify_inode_mark_entry *)entry;
struct inotify_inode_mark_entry *ientry;

ientry = container_of(entry, struct inotify_inode_mark_entry, fsn_entry);

kmem_cache_free(inotify_inode_mark_cachep, ientry);
}
Expand Down

0 comments on commit 2cf5886

Please sign in to comment.