]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Dec 2022 16:10:29 +0000 (06:10 -1000)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 19 Jan 2023 01:12:51 +0000 (17:12 -0800)
commitcff61bbc717bfddd6e433fe142b8e70b21546a1d
tree5b789a868058862f2b07f0a5aeac43b183a67bde
parent25a89826f270ddbf76dca7d64e4f8a8dccda3d1e
jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2

jbd2_journal_submit_inode_data_buffers is only used by ocfs2, so move it
there to prepare for removing generic_writepages.

Link: https://lkml.kernel.org/r/20221229161031.391878-5-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Jan Kara <jack@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/jbd2/commit.c
fs/jbd2/journal.c
fs/ocfs2/journal.c
include/linux/jbd2.h