]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.h
authorFilipe Manana <fdmanana@suse.com>
Fri, 13 Oct 2023 11:38:32 +0000 (12:38 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Dec 2023 19:27:00 +0000 (20:27 +0100)
commitb1dd019de6f34db7a4ec9ee74cb02493135880b2
tree6871c49b417d1ff689dfaa1c94377551df23827a
parent3f7168591ebf7bbdb91797d02b1afaf00a4289b1
btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.h

The prototype for btrfs_clear_buffer_dirty() is declared in both disk-io.h
and extent_io.h, but the function is defined at extent_io.c. So remove the
prototype declaration from disk-io.h.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.h