commit | de27a5bf9caef3f1fca1f315aa58eee54fbf929a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jan 30 15:27:27 2010 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 03 14:07:56 2010 -0500 |
tree | 807ac88de94235afb40117b27d4400bd32573cea | |
parent | f694869709cc39a5fbde21aa40f22999ddad0e6e [diff] |
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 <viro@zeniv.linux.org.uk>