]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Read in rindex if necessary during unlink
authorBob Peterson <rpeterso@redhat.com>
Thu, 16 Feb 2012 16:31:04 +0000 (11:31 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 28 Feb 2012 09:48:02 +0000 (09:48 +0000)
commit22c2a83654a6e13089b2972ab3575b1f3fc1ad5e
tree17161766fe3ce26cb54e265324efec74fae946f3
parentcb779ed9e39fb9cf74c45cbf12d835bb90087a28
GFS2: Read in rindex if necessary during unlink

This patch fixes a problem whereby you were unable to delete
files until other file system operations were done (such as
statfs, touch, writes, etc.) that caused the rindex to be
read in.

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