|
@@ -390,7 +390,7 @@ static int mark_lseg_invalid(struct pnfs_layout_segment *lseg,
|
|
|
* after call.
|
|
|
*/
|
|
|
int
|
|
|
-mark_matching_lsegs_invalid(struct pnfs_layout_hdr *lo,
|
|
|
+pnfs_mark_matching_lsegs_invalid(struct pnfs_layout_hdr *lo,
|
|
|
struct list_head *tmp_list,
|
|
|
struct pnfs_layout_range *recall_range)
|
|
|
{
|
|
@@ -458,7 +458,7 @@ pnfs_destroy_layout(struct nfs_inode *nfsi)
|
|
|
lo = nfsi->layout;
|
|
|
if (lo) {
|
|
|
lo->plh_block_lgets++; /* permanently block new LAYOUTGETs */
|
|
|
- mark_matching_lsegs_invalid(lo, &tmp_list, NULL);
|
|
|
+ pnfs_mark_matching_lsegs_invalid(lo, &tmp_list, NULL);
|
|
|
}
|
|
|
spin_unlock(&nfsi->vfs_inode.i_lock);
|
|
|
pnfs_free_lseg_list(&tmp_list);
|
|
@@ -651,7 +651,7 @@ _pnfs_return_layout(struct inode *ino)
|
|
|
/* Reference matched in nfs4_layoutreturn_release */
|
|
|
get_layout_hdr(lo);
|
|
|
empty = list_empty(&lo->plh_segs);
|
|
|
- mark_matching_lsegs_invalid(lo, &tmp_list, NULL);
|
|
|
+ pnfs_mark_matching_lsegs_invalid(lo, &tmp_list, NULL);
|
|
|
/* Don't send a LAYOUTRETURN if list was initially empty */
|
|
|
if (empty) {
|
|
|
spin_unlock(&ino->i_lock);
|