Commit cfd4da17 authored by Jeff Layton's avatar Jeff Layton Committed by Al Viro
Browse files

acct: constify the name arg to acct_on

parent a608ca21
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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(const char *name)
{
{
	struct file *file;
	struct file *file;
	struct vfsmount *mnt;
	struct vfsmount *mnt;