From: Stephen Smalley Date: Fri, 9 Sep 2005 20:01:44 +0000 (-0700) Subject: [PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks X-Git-Tag: v2.6.14-rc1~469 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74574aafea3a63add3251047601611111f44562;p=pandora-kernel.git [PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks This patch removes the inode_post_create/mkdir/mknod/symlink LSM hooks as they are obsoleted by the new inode_init_security hook that enables atomic inode security labeling. If anyone sees any reason to retain these hooks, please speak now. Also, is anyone using the post_rename/link hooks; if not, those could also be removed. Signed-off-by: Stephen Smalley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed