From: Dan Magenheimer Date: Mon, 17 Oct 2011 23:47:17 +0000 (-0700) Subject: ocfs2: send correct UUID to cleancache initialization X-Git-Tag: v3.2-rc4~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41d33af7c037a6f7350f8410b45ce83b50d1b80;p=pandora-kernel.git ocfs2: send correct UUID to cleancache initialization ocfs2: Fix cleancache initialization call to correctly pass uuid As reported by Steven Whitehouse in https://lkml.org/lkml/2011/5/27/221 the ocfs2 volume UUID is incorrectly passed to cleancache. As a result, shared-ephemeral tmem pools will not actually be created; instead they will be private (unshared) which misses out on a major benefit of tmem. Reported-by: Steven Whitehouse Signed-off-by: Dan Magenheimer Signed-off-by: Joel Becker --- Reading git-diff-tree failed