Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b02d1e98 authored by yidechen(170422)'s avatar yidechen(170422)
Browse files

[CTS]Fix for CTS testProcStatsPkgProcStats

CTS-10.0_r4
CtsStatsdHostTestCases:
android.cts.statsd.validation.ProcStatsValidationTests
#testProcStatsPkgProcStats

RiskArea: CTS,  kernel

Issue: PRJ6901-2423

Change-Id: I9db8f85558e5ae8f1b455088e236f76f2f6b2f91
(cherry picked from commit 837399b80d9461157b48b936f1c3fc4d91b251be)
parent c3379fed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1790,7 +1790,7 @@ static int __init setup_vmstat(void)
#endif
#ifdef CONFIG_PROC_FS
	proc_create("buddyinfo", S_IRUGO, NULL, &fragmentation_file_operations);
	proc_create("pagetypeinfo", 0400, NULL, &pagetypeinfo_file_ops);
	proc_create("pagetypeinfo", S_IRUGO, NULL, &pagetypeinfo_file_ops);
	proc_create("vmstat", S_IRUGO, NULL, &proc_vmstat_file_operations);
	proc_create("zoneinfo", S_IRUGO, NULL, &proc_zoneinfo_file_operations);
#endif