unlink_file
extern int unlink_file(const char *file);
err = unlink_file(file);
EXPORT_SYMBOL_GPL(unlink_file);