make_symlink
extern int make_symlink(const char *from, const char *to);
err = make_symlink(file, to);
EXPORT_SYMBOL_GPL(make_symlink);