[Devel] [PATCH 2/2] Export symbol replace_fd
Sergey Lysanov
slysanov at virtuozzo.com
Wed Jan 30 16:26:06 MSK 2019
---
fs/file.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/file.c b/fs/file.c
index 970c907..d8f1528 100644
--- a/fs/file.c
+++ b/fs/file.c
@@ -955,6 +955,7 @@ out_unlock:
spin_unlock(&files->file_lock);
return err;
}
+EXPORT_SYMBOL(replace_fd);
SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)
{
--
1.8.3.1
More information about the Devel
mailing list