]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: Introduce a new helper function ext4_generic_write_inline_data()
authorJulian Sun <sunjunchao2870@gmail.com>
Tue, 7 Jan 2025 04:55:49 +0000 (12:55 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Mar 2025 13:57:19 +0000 (09:57 -0400)
commit3db572f780e9dd7be33d5ac3fb3f0e70a9d4a82d
treeaad4dda64120e8e04565c0664855a084260a9020
parent90c764b4b7f683ca62dbeeceea0ea3a0c6831200
ext4: Introduce a new helper function ext4_generic_write_inline_data()

A new function, ext4_generic_write_inline_data(), is introduced
to provide a generic implementation of the common logic found in
ext4_da_write_inline_data_begin() and ext4_try_to_write_inline_data().

This function will be utilized in the subsequent two patches.

Signed-off-by: Julian Sun <sunjunchao2870@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250107045549.1837589-1-sunjunchao2870@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inline.c