]> 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 b07b53f24ff5d8abde224be8847c3f2423d2babd..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.
@@ -327,6 +328,7 @@ void flush_delayed_fput(void)
 {
        delayed_fput(NULL);
 }
+EXPORT_SYMBOL_GPL(flush_delayed_fput);
 
 static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);
 
@@ -374,6 +376,7 @@ void __fput_sync(struct file *file)
 }
 
 EXPORT_SYMBOL(fput);
+EXPORT_SYMBOL_GPL(__fput_sync);
 
 void __init files_init(void)
 {