]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFSv4.1: Clean up layout segment comparison helper names
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 3 Jun 2013 15:30:24 +0000 (11:30 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Jun 2013 17:47:18 +0000 (13:47 -0400)
commit7dc0ac70f89d4281094aaa82cab1cb995f298287
tree6a7074254438c5de6d1851456bb23b6b1fd7bb91
parent3cb2df17aeb9aee1b3b209cae0ba00f356c8ad95
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>
fs/nfs/pnfs.c