Skip to content

Instantly share code, notes, and snippets.

@pfactum
Created January 18, 2018 19:14
Show Gist options
  • Save pfactum/fd3789b5d179c04d525a8435cf7c68b6 to your computer and use it in GitHub Desktop.
Save pfactum/fd3789b5d179c04d525a8435cf7c68b6 to your computer and use it in GitHub Desktop.
kernel/sched/pds.c: In function ‘try_to_wake_up’:
kernel/sched/pds.c:2136:3: error: too few arguments to function ‘delayacct_blkio_end’
delayacct_blkio_end();
^~~~~~~~~~~~~~~~~~~
In file included from kernel/sched/pds.c:18:0:
./include/linux/delayacct.h:125:20: note: declared here
static inline void delayacct_blkio_end(struct task_struct *p)
^~~~~~~~~~~~~~~~~~~
kernel/sched/pds.c: In function ‘try_to_wake_up_local’:
kernel/sched/pds.c:2207:4: error: too few arguments to function ‘delayacct_blkio_end’
delayacct_blkio_end();
^~~~~~~~~~~~~~~~~~~
In file included from kernel/sched/pds.c:18:0:
./include/linux/delayacct.h:125:20: note: declared here
static inline void delayacct_blkio_end(struct task_struct *p)
^~~~~~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment