mirror of
https://abf.rosa.ru/djam/kernel-5.13.git
synced 2025-02-25 08:02:49 +00:00
aufs: do not export flush_delayed_fput() twice
This commit is contained in:
parent
ed58046586
commit
e800b436b3
1 changed files with 1 additions and 1 deletions
|
@ -38104,7 +38104,7 @@ index 30d55c9a1744..714a54f0b10c 100644
|
|||
{
|
||||
__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
|
||||
|
|
Loading…
Add table
Reference in a new issue