sfjro / aufs-standalone

27 stars 14 forks source link

kernel 5.15.41 patch fails - file_table.c #15

Closed GIJack closed 2 years ago

GIJack commented 2 years ago

following patch fails:

--- fs/file_table.c
+++ fs/file_table.c
@@ -376,6 +377,7 @@ void __fput_sync(struct file *file)
 }

 EXPORT_SYMBOL(fput);
+EXPORT_SYMBOL_GPL(__fput_sync);

 void __init files_init(void)
 {

sighs

sfjro commented 2 years ago

GI Jack:

following patch fails:

--- fs/file_table.c
+++ fs/file_table.c
@@ -376,6 +377,7 @@ void __fput_sync(struct file *file)
 }

 EXPORT_SYMBOL(fput);
+EXPORT_SYMBOL_GPL(__fput_sync);

 void __init files_init(void)
 {

sighs

Refer to https://github.com/sfjro/aufs5-standalone/issues/14 please.

J. R. Okajima

GIJack commented 2 years ago

closing dupe. My apologies. I will be more careful next time.