From: Tetsuo Handa Date: Sat, 2 Apr 2011 15:11:50 +0000 (+0900) Subject: TOMOYO: Don't add / for allow_unmount permission check. X-Git-Tag: v3.0-rc1~309^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f5f26d8336318a5aa0858223c81cf29fcf5f68;p=pandora-kernel.git TOMOYO: Don't add / for allow_unmount permission check. "mount --bind /path/to/file1 /path/to/file2" is legal. Therefore, "umount /path/to/file2" is also legal. Do not automatically append trailing '/' if pathname to be unmounted does not end with '/'. Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed