]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - lib/test_xarray.c
XArray tests: Correct some 64-bit assumptions
authorMatthew Wilcox <willy@infradead.org>
Mon, 5 Nov 2018 14:34:04 +0000 (09:34 -0500)
committerMatthew Wilcox <willy@infradead.org>
Fri, 16 Nov 2018 21:38:45 +0000 (16:38 -0500)
commit5404a7f1c21cfda061712bedf2d06cc0f6c755e9
tree507e835673da76e8f62c7ede4b0be2dafe11f549
parent44a4a66b619a0a83a52e707ebcd80182207bd50e
XArray tests: Correct some 64-bit assumptions

The test-suite caught these two mistakes when compiled for 32-bit.
I had only been running the test-suite in 64-bit mode.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/test_xarray.c