Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6639dac authored by Weston Andros Adamson's avatar Weston Andros Adamson Committed by Trond Myklebust
Browse files

nfs: remove unneeded EXPORTs



EXPORT_GPLs of nfs_pageio_add_request and nfs_pageio_complete aren't
needed anymore.

Suggested-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarWeston Andros Adamson <dros@primarydata.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 53113ad3
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -947,7 +947,6 @@ int nfs_pageio_add_request(struct nfs_pageio_descriptor *desc,
	} while (ret);
	} while (ret);
	return ret;
	return ret;
}
}
EXPORT_SYMBOL_GPL(nfs_pageio_add_request);


/*
/*
 * nfs_pageio_resend - Transfer requests to new descriptor and resend
 * nfs_pageio_resend - Transfer requests to new descriptor and resend
@@ -995,7 +994,6 @@ void nfs_pageio_complete(struct nfs_pageio_descriptor *desc)
			break;
			break;
	}
	}
}
}
EXPORT_SYMBOL_GPL(nfs_pageio_complete);


/**
/**
 * nfs_pageio_cond_complete - Conditional I/O completion
 * nfs_pageio_cond_complete - Conditional I/O completion