commit | 7bbbe241ec7ce0def9f71464c878fdbd2b0dcf37 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Thu Dec 23 12:21:38 2021 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Dec 23 18:13:25 2021 -0500 |
tree | c5ae1a29d39903622fb1f2066a87f96b47329b1a | |
parent | 2729cfdcfa1cc49bef5a90d046fa4a187fdfcc69 [diff] |
ext4: drop ineligible txn start stop APIs This patch drops ext4_fc_start_ineligible() and ext4_fc_stop_ineligible() APIs. Fast commit ineligible transactions should simply call ext4_fc_mark_ineligible() after starting the trasaction. Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20211223202140.2061101-3-harshads@google.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>