commit | f6634e2609d13d7aa8852734e16300845db915d5 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Thu Nov 05 19:59:02 2020 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Nov 06 23:01:04 2020 -0500 |
tree | 83dde0671201e42d40ed32ec64a55f8a9c8c1170 | |
parent | 480f89d553260e7823920e687846877bebc8dca0 [diff] |
ext4: dedpulicate the code to wait on inode that's being committed This patch removes the deduplicates the code that implements waiting on inode that's being committed. That code is moved into a new function. Suggested-by: Jan Kara <jack@suse.cz> Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201106035911.1942128-14-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>