diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-11-05 13:19:54 -0500 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-12-06 09:25:15 -0500 |
commit | b7677a132a4c2ff877986c5b30f9427127b9897a (patch) | |
tree | d93228d64009d3398ebdffe20515c7152db0950d /fs/block_dev.c | |
parent | 55f3f7eab75c10d9b33d122670b5935ab64db50f (diff) | |
download | blackbird-obmc-linux-b7677a132a4c2ff877986c5b30f9427127b9897a.tar.gz blackbird-obmc-linux-b7677a132a4c2ff877986c5b30f9427127b9897a.zip |
XArray tests: Handle larger indices more elegantly
xa_mk_value() only handles values up to LONG_MAX. I successfully hid
that inside xa_store_index() and xa_erase_index(), but it turned out I
also needed it for testing xa_alloc() on 32-bit machines. So extract
xa_mk_index() from the above two functions, and convert the non-constant
users of xa_mk_value() to xa_mk_index().
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'fs/block_dev.c')
0 files changed, 0 insertions, 0 deletions