diff options
author | Filipe Manana <fdmanana@suse.com> | 2023-10-13 14:38:32 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-12-15 22:27:00 +0300 |
commit | b1dd019de6f34db7a4ec9ee74cb02493135880b2 (patch) | |
tree | 6871c49b417d1ff689dfaa1c94377551df23827a /fs/btrfs/disk-io.c | |
parent | 3f7168591ebf7bbdb91797d02b1afaf00a4289b1 (diff) | |
download | linux-b1dd019de6f34db7a4ec9ee74cb02493135880b2.tar.xz |
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>
Diffstat (limited to 'fs/btrfs/disk-io.c')
0 files changed, 0 insertions, 0 deletions