X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Ffile_table.c;h=7bf57df4f5c06a8f4e481af1d535426ac255eca3;hb=e36018a859a1b918c6c6dfaf747291cc498dff71;hp=2dc9f38bd195e2e23a8c72f3cb8b407c80136040;hpb=d6e47eed0501478d2b55f0f1375b3cd96d0f6535;p=mirror_ubuntu-bionic-kernel.git diff --git a/fs/file_table.c b/fs/file_table.c index 2dc9f38bd195..7bf57df4f5c0 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -148,6 +148,7 @@ over: } return ERR_PTR(-ENFILE); } +EXPORT_SYMBOL_GPL(get_empty_filp); /** * alloc_file - allocate and initialize a 'struct file' @@ -258,6 +259,7 @@ void flush_delayed_fput(void) { delayed_fput(NULL); } +EXPORT_SYMBOL_GPL(flush_delayed_fput); static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput); @@ -300,6 +302,7 @@ void __fput_sync(struct file *file) } EXPORT_SYMBOL(fput); +EXPORT_SYMBOL_GPL(__fput_sync); void put_filp(struct file *file) { @@ -308,6 +311,7 @@ void put_filp(struct file *file) file_free(file); } } +EXPORT_SYMBOL_GPL(put_filp); void __init files_init(void) {