commit | a9a8344ee1714f835ba394077e8c13d751e2f148 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Nov 05 17:44:17 2019 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 05 16:00:48 2019 -0500 |
tree | e1c8c2ca02986fb433198e68a89137339be74e99 | |
parent | a413036791d040e33badcc634453a4d0c0705499 [diff] |
ext4, jbd2: Provide accessor function for handle credits Provide accessor function to get number of credits available in a handle and use it from ext4. Later, computation of available credits won't be so straightforward. Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-11-jack@suse.cz Signed-off-by: Theodore Ts'o <tytso@mit.edu>