diff options
Diffstat (limited to 'fs/anon_inodes.c')
-rw-r--r-- | fs/anon_inodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c index a260198306c2..b4a75880f6fd 100644 --- a/fs/anon_inodes.c +++ b/fs/anon_inodes.c | |||
@@ -139,6 +139,7 @@ err_put_filp: | |||
139 | put_filp(file); | 139 | put_filp(file); |
140 | return error; | 140 | return error; |
141 | } | 141 | } |
142 | EXPORT_SYMBOL_GPL(anon_inode_getfd); | ||
142 | 143 | ||
143 | /* | 144 | /* |
144 | * A single inode exists for all anon_inode files. Contrary to pipes, | 145 | * A single inode exists for all anon_inode files. Contrary to pipes, |