mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
[GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpages" failed
The following removes an incorrect assertion from the GFS2 glops code. This fixes Red Hat bz 229873. Thanks to Abhijith Das for testing the patch and confirming the fix. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Cc: Abhijith Das <adas@redhat.com>
This commit is contained in:
parent
95d97b7dd7
commit
c3f49bc209
@ -245,7 +245,6 @@ static void inode_go_inval(struct gfs2_glock *gl, int flags)
|
||||
|
||||
if (ip && S_ISREG(ip->i_inode.i_mode)) {
|
||||
truncate_inode_pages(ip->i_inode.i_mapping, 0);
|
||||
gfs2_assert_withdraw(GFS2_SB(&ip->i_inode), !ip->i_inode.i_mapping->nrpages);
|
||||
clear_bit(GIF_PAGED, &ip->i_flags);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user