Skip to content

Commit

Permalink
nfs: remove unneeded EXPORTs
Browse files Browse the repository at this point in the history
EXPORT_GPLs of nfs_pageio_add_request and nfs_pageio_complete aren't
needed anymore.

Suggested-by: Christoph Hellwig <[email protected]>
Signed-off-by: Weston Andros Adamson <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
westonandrosadamson authored and trondmypd committed Jun 24, 2014
1 parent 53113ad commit c6639da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/nfs/pagelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,6 @@ int nfs_pageio_add_request(struct nfs_pageio_descriptor *desc,
} while (ret);
return ret;
}
EXPORT_SYMBOL_GPL(nfs_pageio_add_request);

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

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

0 comments on commit c6639da

Please sign in to comment.