commit | d771e3a43e23a37398b7e05a9d1b1036d698263c | [log] [tgz] |
---|---|---|
author | Benny Halevy <benny@tonian.com> | Tue Jun 14 16:30:16 2011 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jun 15 11:24:31 2011 -0400 |
tree | 60bdf8b0722527c7d48a76abc1f57dddc6d0ddc5 | |
parent | a2e1d4f2e5ed83850de92a491ef225824cb457bd [diff] |
NFSv4.1: fix break condition in pnfs_find_lseg The break condition to skip out of the loop got broken when cmp_layout was change. Essentially, we want to stop looking once we know no layout on the remainder of the list can match the first byte of the looked-up range. Reported-by: Peng Tao <peng_tao@emc.com> Signed-off-by: Benny Halevy <benny@tonian.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>