LSM: Rename security_path_ functions argument names.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Thu, 26 Nov 2009 06:24:49 +0000 (15:24 +0900)
committerJames Morris <jmorris@namei.org>
Tue, 8 Dec 2009 03:58:00 +0000 (14:58 +1100)
include/linux/security.h and security/capability.c are using "struct path *dir"
but security/security.c was using "struct path *path" by error.
This patch renames "struct path *path" to "struct path *dir".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found