aufs: do not export flush_delayed_fput() twice

This commit is contained in:
Evgenii Shatokhin 2019-12-15 22:37:36 +03:00 committed by Mikhail Novosyolov
parent 14ab754fe2
commit 6d5c9b98f5

View file

@ -38104,7 +38104,7 @@ index 30d55c9a1744..714a54f0b10c 100644
{ {
__fput(container_of(work, struct file, f_u.fu_rcuhead)); __fput(container_of(work, struct file, f_u.fu_rcuhead));
} }
+EXPORT_SYMBOL_GPL(flush_delayed_fput); +//EXPORT_SYMBOL_GPL(flush_delayed_fput);
/* /*
* If kernel thread really needs to have the final fput() it has done * If kernel thread really needs to have the final fput() it has done