]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ocfs2: Fix cleancache initialization call to correctly pass uuid
authorDan Magenheimer <dan.magenheimer@oracle.com>
Fri, 21 Oct 2011 06:35:53 +0000 (23:35 -0700)
committerGuru Anbalagane <guru.anbalagane@oracle.com>
Fri, 21 Oct 2011 06:35:53 +0000 (23:35 -0700)
commitd49374712bfb6d50a8cc8606f428a34a8115215f
tree599629501aa8b5cca587278ab3eaf38e6ace7bbf
parentccb8ff295c672006fa711ef89f707b676afb3b9c
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 <swhiteho@redhat.com>
Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
fs/ocfs2/super.c