diff options
Diffstat (limited to 'fs/gfs2/rgrp.c')
-rw-r--r-- | fs/gfs2/rgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index 281a7716e3f3..db629d1bd1bd 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c | |||
@@ -2001,7 +2001,7 @@ next_rgrp: | |||
2001 | } | 2001 | } |
2002 | /* Flushing the log may release space */ | 2002 | /* Flushing the log may release space */ |
2003 | if (loops == 2) | 2003 | if (loops == 2) |
2004 | gfs2_log_flush(sdp, NULL); | 2004 | gfs2_log_flush(sdp, NULL, NORMAL_FLUSH); |
2005 | } | 2005 | } |
2006 | 2006 | ||
2007 | return -ENOSPC; | 2007 | return -ENOSPC; |