projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a608ca2
)
acct: constify the name arg to acct_on
author
Jeff Layton
<jlayton@redhat.com>
Wed, 10 Oct 2012 19:25:27 +0000
(15:25 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 12 Oct 2012 04:32:03 +0000
(
00:32
-0400)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/acct.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/acct.c
b/kernel/acct.c
index 6cd7529c9e6a31a7702c77f38c45289f72d907b8..5be01017d30febe251e8fe5a6906414e7ba5568d 100644
(file)
--- a/
kernel/acct.c
+++ b/
kernel/acct.c
@@
-193,7
+193,7
@@
static void acct_file_reopen(struct bsd_acct_struct *acct, struct file *file,
}
}
-static int acct_on(char *name)
+static int acct_on(c
onst c
har *name)
{
struct file *file;
struct vfsmount *mnt;