]> git.baikalelectronics.ru Git - kernel.git/commit
fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers
authorBart Van Assche <bvanassche@acm.org>
Thu, 14 Jul 2022 18:07:22 +0000 (11:07 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Jul 2022 18:14:32 +0000 (12:14 -0600)
commit206629fbf586e2a41f588a9ba461939361f5ca60
treefa4c364b8431e020691c4e7c4b02b9bf3985c7a0
parentc08b86e711b0751d137e4345bcdaae2b27f395a0
fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers

Commit 60445db98619 ("fs: have submit_bh users pass in op and flags
separately") renamed the jbd2_write_superblock() 'write_op' argument into
'write_flags'. Propagate this change to the jbd2_write_superblock()
callers. Additionally, change the type of 'write_flags' into blk_opf_t.

Cc: Mike Christie <michael.christie@oracle.com>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-57-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/jbd2/journal.c
include/linux/jbd2.h
include/trace/events/jbd2.h