]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
jbd2: fold jbd2_superblock_csum_{verify,set} into their callers
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 Feb 2019 21:28:14 +0000 (16:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 Feb 2019 21:28:14 +0000 (16:28 -0500)
commita58ca992661a4bc6a1dfa60e9d6f606e97784149
tree5d8aaa6130161f42ef85a226beba4e22be0a340d
parent538bcaa6261b77e71d37f5596c33127c1a3ec3f7
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>
fs/jbd2/journal.c