It implementes the syncfs file system interface:
https://linux.die.net/man/2/syncfs
On 2/14/2024 8:16 AM, Saurav Pal wrote:
Hi all,
I was going through the codebase of different file systems, and I haven't
yet understood the syncfs() method of mountpt operations.
There aren't any existing filesystems in the codebase that implement it,
and I couldn't understand what exactly is required from this method (like
what it does, what side effects it's supposed to have and what is the
intended reason for this method to exist).
Can you please help me understand it? Thanks in advance.
Regards,
SP