commit | 7dc0ac70f89d4281094aaa82cab1cb995f298287 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jun 03 11:30:24 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jun 18 13:47:18 2013 -0400 |
tree | 6a7074254438c5de6d1851456bb23b6b1fd7bb91 | |
parent | 3cb2df17aeb9aee1b3b209cae0ba00f356c8ad95 [diff] |
NFSv4.1: Clean up layout segment comparison helper names Give them names that are a bit more consistent with the general pNFS naming scheme. - lo_seg_contained -> pnfs_lseg_range_contained - lo_seg_intersecting -> pnfs_lseg_range_intersecting - cmp_layout -> pnfs_lseg_range_cmp - is_matching_lseg -> pnfs_lseg_range_match Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>