Files
scoutfs/kmod
Zach BrownandMark Swan 966d0176f6 scoutfs: remove seg kvec_from_pages
Item values have been limited to a single value vector entry for a
while.  They can't span 4K blocks in the segment format so they can't
cross kernel pages which are never smaller than 4K.

We don't need a helper to build a vector of their contents across
disjoint pages.  This removes the last user of multi-element kvecs.

Signed-off-by: Zach Brown <zab@versity.com>
2018-04-04 09:15:27 -05:00
..
2018-04-04 09:15:27 -05:00
2018-03-29 15:39:36 -07:00