]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: place marks on object in order of group memory address
authorEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:38 +0000 (10:18 -0400)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:51 +0000 (10:18 -0400)
commit0c6532e4e3b0c8bd18dd0a5cc1894a1944997cc6
tree05e9af0efc8018780a45e0c84d8264ceaf359729
parentc1e5c954020e123d30b4abf4038ce501861bcf9f
fsnotify: place marks on object in order of group memory address

fsnotify_marks currently are placed on objects (inodes or vfsmounts) in
arbitrary order.  This patch places them in order of the group memory address.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/inode_mark.c
fs/notify/vfsmount_mark.c