Re: [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()

Christoph Hellwig <[email protected]> Thu, 26 Mar 2026 23:22:23 -0700
Newsgroups gmane.linux.kernel.aio.general,gmane.linux.file-systems,gmane.linux.block,gmane.comp.file-systems.ext4,gmane.linux.kernel.mm
Message-ID <[email protected]>
> -extern int __generic_file_fsync(struct file *, loff_t, loff_t, int);
> -extern int generic_file_fsync(struct file *, loff_t, loff_t, int);
> +extern int simple_fsync_noflush(struct file *, loff_t, loff_t, int);
> +extern int simple_fsync(struct file *, loff_t, loff_t, int);

Please drop the pointless externs, and maybe also add the parameter names
when you touch it.

Otherwise looks good.


--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to [email protected].  For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"[email protected]">[email protected]</a>