]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - fs/file_table.c
usb: typec: mux: Fix copy-paste mistake in typec_mux_match
[mirror_ubuntu-hirsute-kernel.git] / fs / file_table.c
index 45437f8e1003e6d80b6775efa4f9bf15995b1fd6..786af52904fcf3727635855e9cea290029f228b0 100644 (file)
@@ -161,6 +161,7 @@ over:
        }
        return ERR_PTR(-ENFILE);
 }
+EXPORT_SYMBOL_GPL(alloc_empty_file);
 
 /*
  * Variant of alloc_empty_file() that doesn't check and modify nr_files.
@@ -375,6 +376,7 @@ void __fput_sync(struct file *file)
 }
 
 EXPORT_SYMBOL(fput);
+EXPORT_SYMBOL_GPL(__fput_sync);
 
 void __init files_init(void)
 {