K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-07-17T19:39:08.829157Z K 7 svn:log V 343 Revert r346608 That change was intended to be cosmetic, but it inadvertenly caused vnode_pager_setsize to discard cached indirect blocks and extended attributes on UFS during truncation. The reason is because those blocks have negative LBNs, which get sign-cast to positive VM indexes. Reported by: kib Sponsored by: The FreeBSD Foundation END