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

Commit 100cc8ea authored by Steve Kondik's avatar Steve Kondik
Browse files

cm: Remove xattr option from bfqio cgroup

 * This was leftover from testing and breaks the feature when running
   on older kernels which don't support it.

Change-Id: Idb959b37b88238aee87c221d6accc899bf497aea
parent 4462dfa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ on init
    # Set up the BFQIO hierarchy
    chmod 0755 /sys/fs/cgroup
    mkdir /sys/fs/cgroup/bfqio 0755 root system
    mount cgroup none /sys/fs/cgroup/bfqio bfqio,xattr
    mount cgroup none /sys/fs/cgroup/bfqio bfqio
    write /sys/fs/cgroup/bfqio/bfqio.ioprio_class 2
    write /sys/fs/cgroup/bfqio/bfqio.ioprio 4
    write /sys/fs/cgroup/bfqio/bfqio.weight 1000