mirror of
https://abf.rosa.ru/djam/kernel-5.10.git
synced 2025-02-25 01:32:48 +00:00
aufs: do not export flush_delayed_fput() twice
This commit is contained in:
parent
14ab754fe2
commit
6d5c9b98f5
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));
|
__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
|
||||||
|
|
Loading…
Add table
Reference in a new issue