commit | a58ca992661a4bc6a1dfa60e9d6f606e97784149 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Feb 14 16:28:14 2019 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Feb 14 16:28:14 2019 -0500 |
tree | 5d8aaa6130161f42ef85a226beba4e22be0a340d | |
parent | 538bcaa6261b77e71d37f5596c33127c1a3ec3f7 [diff] |
jbd2: fold jbd2_superblock_csum_{verify,set} into their callers The functions jbd2_superblock_csum_verify() and jbd2_superblock_csum_set() only get called from one location, so to simplify things, fold them into their callers. Signed-off-by: Theodore Ts'o <tytso@mit.edu>