commit | 2823e04de4f1a49087b58ff2bb8f61361ffd9321 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:23 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:52 2010 -0400 |
tree | 0467ddf513cfb9ec76f3fe498bdc9b5084008c84 | |
parent | 3a9fb89f4cd04c23e16397befba92efb5d989b74 [diff] |
fsnotify: put inode specific fields in an fsnotify_mark in a union The addition of marks on vfs mounts will be simplified if the inode specific parts of a mark and the vfsmnt specific parts of a mark are actually in a union so naming can be easy. This patch just implements the inode struct and the union. Signed-off-by: Eric Paris <eparis@redhat.com>