commit | b3881f74b31b7d47d0f1c4d89ac3e7f0b9c05e3e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jan 05 22:46:26 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 05 22:46:26 2009 -0500 |
tree | 131190b7ec627fd2ef2ecc818a7b9c17b83ccd63 | |
parent | 40a1984d22294ab202f616e432bb8d3481897675 [diff] [blame] |
ext4: Add mount option to set kjournald's I/O priority Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: Jens Axboe <jens.axboe@oracle.com>
diff --git a/include/linux/ioprio.h b/include/linux/ioprio.h index f98a656..76dad48 100644 --- a/include/linux/ioprio.h +++ b/include/linux/ioprio.h
@@ -86,4 +86,6 @@ */ extern int ioprio_best(unsigned short aprio, unsigned short bprio); +extern int set_task_ioprio(struct task_struct *task, int ioprio); + #endif