replace_file
extern int replace_file(int oldfd, int fd);
err = replace_file(fd, HOSTFS_I(ino)->fd);
EXPORT_SYMBOL_GPL(replace_file);