GFS2: Fix locking issue mounting gfs2meta fs
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 5 Jun 2009 06:18:57 +0000 (07:18 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 5 Jun 2009 07:35:15 +0000 (08:35 +0100)
This patch uses sget() to get a reference to the
existing gfs2 sb when mouting the gfs2meta filesystem
(in fact thats just another mount of the gfs2
filesystem with a different root and this interface
is for backward compatibility).

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Reported-by: Benjamin Marzinski <bmarzins@redhat.com>
Tested-by: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christoph Hellwig <hch@infradead.org>

No differences found