From: Changman Lee Date: Thu, 16 Jan 2014 02:58:54 +0000 (+0900) Subject: f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) X-Git-Tag: v3.14-rc1~122^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c434cbc0edda6a7a59d22b9d5d4279989d0ab804;p=pandora-kernel.git f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) Doing sync_meta_pages with META_FLUSH when checkpoint, we overide rw using WRITE_FLUSH_FUA. At this time, we also should set REQ_META|REQ_PRIO. Signed-off-by: Changman Lee Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed