Re: [PATCH 6/8] pnfs: clean up *_resend_to_mds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +	desc->pg_dreq = hdr->dreq;
> +	while (!list_empty(&hdr->pages)) {
> +		struct nfs_page *req = nfs_list_entry(hdr->pages.next);
> +
> +		nfs_list_remove_request(req);
> +		if (!nfs_pageio_add_request(desc, req))
> +			nfs_list_add_request(req, &failed);
> +	}
> +	nfs_pageio_complete(desc);

I think you can also drop the export for nfs_pageio_complete now.

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux