From: Al Viro Date: Sat, 30 Jan 2010 20:27:27 +0000 (-0500) Subject: fix mnt_mountpoint abuse in smack X-Git-Tag: v2.6.34-rc1~205^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de27a5bf9caef3f1fca1f315aa58eee54fbf929a;p=pandora-kernel.git fix mnt_mountpoint abuse in smack (mnt,mnt_mountpoint) pair is conceptually wrong; if you want to use it for generating pathname and for nothing else *and* if you know that vfsmount tree is unchanging, you can get away with that, but the right solution for that is (mnt,mnt_root). Signed-off-by: Al Viro --- Reading git-diff-tree failed