GFS2: Make sure rindex is uptodate before starting transactions
authorBob Peterson <rpeterso@redhat.com>
Thu, 5 Apr 2012 02:11:16 +0000 (22:11 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 5 Apr 2012 09:20:10 +0000 (10:20 +0100)
commit5e2f7d617b574dadf3ad125e4821ce1b180b1626
tree5976cc0546b526751441fb2ace3cac2337261e21
parent97cc008aaa8c1f02699b478ca890e81810244131
GFS2: Make sure rindex is uptodate before starting transactions

This patch removes the call from gfs2_blk2rgrd to function
gfs2_rindex_update and replaces it with individual calls.
The former way turned out to be too problematic.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/inode.c
fs/gfs2/rgrp.c
fs/gfs2/xattr.c