commit | f6d03139d745198b434f65a28aabed524f415a4c | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Jun 05 07:18:57 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jun 05 08:35:15 2009 +0100 |
tree | e308567651c18954de9acd0fa8a359221680d3c1 | |
parent | e09f9446b94ac64b27d37e98c1110f29d712cdad [diff] |
GFS2: Fix locking issue mounting gfs2meta fs 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>