commit | 31ddd3268dcb6c1d70e9930a83be43bf86e4bf17 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 20:12:06 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:19 2010 -0400 |
tree | a9ee0ac61f73e7dd6883d4466a56b79fe3e6e38b | |
parent | b4277d3dd5a7400c1ea7fd4e7d64bda8899f84f5 [diff] |
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>