Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f0cbfb4 authored by Bernhard Thoben's avatar Bernhard Thoben
Browse files

include: linux: Added missing struct member.

Change-Id: Id33bfc5feefabd781524d3e4773f2e44ad4ea3ff
parent abb402cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ struct bdi_writeback {
struct backing_dev_info {
	struct list_head bdi_list;
	unsigned long ra_pages;	/* max readahead in PAGE_CACHE_SIZE units */
	unsigned long io_pages;	/* max allowed IO size */
	unsigned long state;	/* Always use atomic bitops on this */
	unsigned int capabilities; /* Device capabilities */
	congested_fn *congested_fn; /* Function pointer if device is md/dm */