]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7cc208493e1fbd1da8f5e01906ace01c0dac0df4
tree5976cc0546b526751441fb2ace3cac2337261e21
parent3d8d91dd4ca00a0ac80d8fcfd6defc3773047ffd
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