commit | 4136510dd61a1ca151fc5b9d8c1ebd5a8ce2e8f4 | [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 | f71d8d0e04fdc0fb81ef60d38ac3c36800c57736 | |
parent | 2823e04de4f1a49087b58ff2bb8f61361ffd9321 [diff] |
fsnotify: add vfsmount specific fields to the fsnotify_mark_entry union vfsmount marks need mostly the same data as inode specific fields, but for consistency and understandability we put that data in a vfsmount specific struct inside a union with inode specific data. Signed-off-by: Eric Paris <eparis@redhat.com>