Skip to content

Commit

Permalink
pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layout
Browse files Browse the repository at this point in the history
They are not used outside the NFSv4 module.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
  • Loading branch information
Trond Myklebust committed Apr 20, 2017
1 parent 7350474 commit b941968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/nfs/pnfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ pnfs_put_lseg_locked(struct pnfs_layout_segment *lseg)
}
}
}
EXPORT_SYMBOL_GPL(pnfs_put_lseg_locked);

/*
* is l2 fully contained in l1?
Expand Down Expand Up @@ -1209,7 +1208,6 @@ _pnfs_return_layout(struct inode *ino)
dprintk("<-- %s status: %d\n", __func__, status);
return status;
}
EXPORT_SYMBOL_GPL(_pnfs_return_layout);

int
pnfs_commit_and_return_layout(struct inode *inode)
Expand Down

0 comments on commit b941968

Please sign in to comment.