| Submitter | Eric Paris |
|---|---|
| Date | April 21, 2010, 9:25 p.m. |
| Message ID | <1271885144.2899.24.camel@dhcp235-240.rdu.redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/50678/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/notify/mark.c b/fs/notify/mark.c index 1e824e6..8f3b0e7 100644 --- a/fs/notify/mark.c +++ b/fs/notify/mark.c @@ -133,8 +133,8 @@ void fsnotify_destroy_mark(struct fsnotify_mark *mark) spin_lock(&group->mark_lock); if (mark->flags & FSNOTIFY_MARK_FLAG_INODE) { - fsnotify_destroy_inode_mark(mark); inode = mark->i.inode; + fsnotify_destroy_inode_mark(mark); } else if (mark->flags & FSNOTIFY_MARK_FLAG_VFSMOUNT) fsnotify_destroy_vfsmount_mark(mark); else