commit | cfd4da175599938f21a81cdd80df02fa4151dcba | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 10 15:25:27 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 12 00:32:03 2012 -0400 |
tree | fa4cf90f56ff4113689348c70e72426c98515d2c | |
parent | a608ca21f58ee44df5a71ba140e98498f3ebc2cd [diff] |
acct: constify the name arg to acct_on Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/kernel/acct.c b/kernel/acct.c index 6cd7529..5be0101 100644 --- a/kernel/acct.c +++ b/kernel/acct.c
@@ -193,7 +193,7 @@ } } -static int acct_on(char *name) +static int acct_on(const char *name) { struct file *file; struct vfsmount *mnt;