]> git.karo-electronics.de Git - karo-tx-linux.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 08:26:34 +0000 (09:26 +0100)
commit779ac58c1baff424b099e11101c4d39459f3c44f
tree7ac22d80ff511170f96792147ecbffbdc8c8cccb
parentb34b79c3fccefb9b6bdef2c9da2d66c583ff5a72
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