From: Eric Paris Date: Mon, 25 Oct 2010 18:42:19 +0000 (-0400) Subject: IMA: explicit IMA i_flag to remove global lock on inode_delete X-Git-Tag: v2.6.37-rc1~106^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196f518128d2ee6e0028b50e6fec0313640db142;p=pandora-kernel.git IMA: explicit IMA i_flag to remove global lock on inode_delete Currently for every removed inode IMA must take a global lock and search the IMA rbtree looking for an associated integrity structure. Instead we explicitly mark an inode when we add an integrity structure so we only have to take the global lock and do the removal if it exists. Signed-off-by: Eric Paris Acked-by: Mimi Zohar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed