Home
last modified time | relevance | path

Searched hist:"6 c31a689b2e9e1dee5cbe16b773648a2d84dfb02" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dfast_commit.cdiff 6c31a689b2e9e1dee5cbe16b773648a2d84dfb02 Fri Oct 15 13:25:12 CDT 2021 Harshad Shirwadkar <harshadshirwadkar@gmail.com> ext4: commit inline data during fast commit

During the commit phase in fast commits if an inode with inline data
is being committed, also commit the inline data along with
inode. Since recovery code just blindly copies entire content found in
inode TLV, there is no change needed on the recovery path. Thus, this
change is backward compatiable.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20211015182513.395917-1-harshads@google.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>