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)
commit5d0901a3a0c39c97ca504f73d24030f63cfc9fa2
tree8495b895c7c0691ebc26b806342b9ddef6967f29
parent9f59f90bf57cff8be07faddc608c400b6e7c5d05
LSM: Rename security_path_ functions argument names.

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>
security/security.c