mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Now that the writeback code has the proper abstractions, all the ioend code can be self-contained in ioend.c. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/20250710133343.399917-8-hch@lst.de Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Joanne Koong <joannelkoong@gmail.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
9 lines
215 B
C
9 lines
215 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _IOMAP_INTERNAL_H
|
|
#define _IOMAP_INTERNAL_H 1
|
|
|
|
#define IOEND_BATCH_SIZE 4096
|
|
|
|
u32 iomap_finish_ioend_direct(struct iomap_ioend *ioend);
|
|
|
|
#endif /* _IOMAP_INTERNAL_H */
|