All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 1/1] reiser4: add an assignment in writeback_sb_inodes missed in the forward port for 3.11
@ 2014-12-01 21:30 Edward Shishkin
  0 siblings, 0 replies; only message in thread
From: Edward Shishkin @ 2014-12-01 21:30 UTC (permalink / raw)
  To: ReiserFS Development mailing list; +Cc: Dušan Čolić

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: reiser4-init-wbc-properly.patch --]
[-- Type: text/x-patch, Size: 567 bytes --]

Add an assignment in writeback_sb_inodes() missed in 
the forward port for 3.11

Signed-off-by: Edward Shishkin <edward.shishkin@gmail.com>
---
 fs/fs-writeback.c |    1 +
 1 file changed, 1 insertion(+)

--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -693,6 +693,7 @@ long writeback_sb_inodes(struct super_bl
 		.tagged_writepages	= work->tagged_writepages,
 		.for_kupdate		= work->for_kupdate,
 		.for_background		= work->for_background,
+		.for_sync		= work->for_sync,
 		.range_cyclic		= work->range_cyclic,
 		.range_start		= 0,
 		.range_end		= LLONG_MAX,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-01 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 21:30 [patch 1/1] reiser4: add an assignment in writeback_sb_inodes missed in the forward port for 3.11 Edward Shishkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.