From: Artem Bityutskiy Date: Tue, 6 Jan 2009 22:40:23 +0000 (-0800) Subject: UBIFS: do not use WB_SYNC_HOLD X-Git-Tag: v2.6.29-rc1~403 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8ea1759138d4279869f52bfb7dca8f02f8ccfe5;p=pandora-kernel.git UBIFS: do not use WB_SYNC_HOLD WB_SYNC_HOLD is going to be zapped so we should not use it. Use %WB_SYNC_NONE instead. Here is what akpm said: "I think I'll just switch that to WB_SYNC_NONE. The `wait==0' mode is just an advisory thing to help the fs shove lots of data into the queues. If some gets missed then it'll be picked up on the second ->sync_fs call, with wait==1." Thanks to Randy Dunlap for catching this. Signed-off-by: Artem Bityutskiy Cc: Nick Piggin Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed