]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - fs/file_table.c
tools/accounting/getdelays.c: fix netlink attribute length
[mirror_ubuntu-focal-kernel.git] / fs / file_table.c
index 30d55c9a1744a6244d50e8ae3497a1563e7e14a1..34b9bbf4c556691b0257517d9f330d35f6f2565a 100644 (file)
@@ -162,6 +162,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)
 {