Wrap a long line in changelog

This commit is contained in:
Ben Hutchings 2016-09-17 00:24:47 +01:00
parent 25ac8ad209
commit b8c6a37dd9
1 changed files with 2 additions and 1 deletions

3
debian/changelog vendored
View File

@ -123,7 +123,8 @@ linux (4.7.4-1) UNRELEASED; urgency=medium
- ext4: fix xattr shifting when expanding inodes part 2
- ext4: properly align shifted xattrs when expanding inodes
- ext4: avoid deadlock when expanding inode size
- ext4: avoid modifying checksum fields directly during checksum verification
- ext4: avoid modifying checksum fields directly during checksum
verification
- block: Fix race triggered by blk_set_queue_dying()
- block: make sure a big bio is split into at most 256 bvecs
- cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork