mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-10-26 18:05:04 +03:00
The fsync() callback in the file_operations structure used to take 3 arguments. The callback now only takes 2 arguments because the dentry argument was determined to be unused by all consumers. To handle this a compatibility prototype was added to ensure the right prototype is used. Our implementation never used the dentry argument either so it's just a matter of using the right prototype. |
||
|---|---|---|
| .. | ||
| 1th-16rc-4rs-1cs-4off.sh | ||
| 1x256th-65536rc-4rs-1cs-4off.sh | ||
| 4th-1024rc-4rs-1cs-4off.sh | ||
| 16th-8192rc-4rs-1cs-4off.sh | ||
| 256th-65536rc-4rs-1cs-4off.sh | ||
| large-thread-survey.sh | ||
| large.sh | ||
| lustre.sh | ||
| Makefile.am | ||
| Makefile.in | ||
| medium.sh | ||
| small.sh | ||
| tiny.sh | ||