remarkable-linux/fs/notify/inotify
Eric Paris 31ddd3268d inotify: use container_of instead of casting
inotify_free_mark casts directly from an fsnotify_mark_entry to an
inotify_inode_mark_entry.  This works, but should use container_of instead
for future proofing.

Signed-off-by: Eric Paris <eparis@redhat.com>
2010-07-28 09:58:19 -04:00
..
inotify.c Saner locking around deactivate_super() 2010-05-21 18:31:14 -04:00
inotify.h inotify: inotify_destroy_mark_entry could get called twice 2009-06-19 12:42:48 -04:00
inotify_fsnotify.c inotify: don't leak user struct on inotify release 2010-05-14 11:53:36 -04:00
inotify_user.c inotify: use container_of instead of casting 2010-07-28 09:58:19 -04:00
Kconfig Inotify: undefined reference to `anon_inode_getfd' 2010-05-12 11:03:40 -04:00
Makefile