diff options
| author | Jordan Crouse <jcrouse@codeaurora.org> | 2013-04-05 16:22:33 -0600 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-31 03:25:55 +0100 |
| commit | a0889eeee819e5b5039c840c331df9010cb9fbc5 (patch) | |
| tree | 1a2cacdfea267a46fbdd0a487313e37a87b67d64 /fs/file.c | |
| parent | ea776cc85615113b780fc6126aa0c7601209cf50 (diff) | |
fs: Mark alloc_fd with EXPORT_SYMBOL
mark alloc_fd with EXPORT_SYMBOL so it can be used by modules.
Change-Id: Ic0dedbadecd2d0937cad8268aaa6eabbc52019ff
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Diffstat (limited to 'fs/file.c')
| -rw-r--r-- | fs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -716,6 +716,7 @@ static int alloc_fd(unsigned start, unsigned flags) { return __alloc_fd(current->files, start, rlimit(RLIMIT_NOFILE), flags); } +EXPORT_SYMBOL(alloc_fd); int get_unused_fd_flags(unsigned flags) { |
