commit | 9f203507ed277ee86e3f76a15e09db1c92e40b94 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 20 15:46:17 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 20 15:46:17 2013 -0400 |
tree | 3055dbd2f6a885b20db3fda1d56ea0d9e780d9dd | |
parent | c4d8b0235aa98f8c26bf94d308be3fdd24154572 [diff] |
ext4: mark all metadata I/O with REQ_META As Dave Chinner pointed out at the 2013 LSF/MM workshop, it's important that metadata I/O requests are marked as such to avoid priority inversions caused by I/O bandwidth throttling. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>