diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/gfs2/glock.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 7175a4d06435..5752dec017c1 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c | |||
@@ -1594,10 +1594,10 @@ void gfs2_glock_schedule_for_reclaim(struct gfs2_glock *gl) | |||
1594 | gfs2_glock_hold(gl); | 1594 | gfs2_glock_hold(gl); |
1595 | list_add(&gl->gl_reclaim, &sdp->sd_reclaim_list); | 1595 | list_add(&gl->gl_reclaim, &sdp->sd_reclaim_list); |
1596 | atomic_inc(&sdp->sd_reclaim_count); | 1596 | atomic_inc(&sdp->sd_reclaim_count); |
1597 | } | 1597 | spin_unlock(&sdp->sd_reclaim_lock); |
1598 | spin_unlock(&sdp->sd_reclaim_lock); | 1598 | wake_up(&sdp->sd_reclaim_wq); |
1599 | 1599 | } else | |
1600 | wake_up(&sdp->sd_reclaim_wq); | 1600 | spin_unlock(&sdp->sd_reclaim_lock); |
1601 | } | 1601 | } |
1602 | 1602 | ||
1603 | /** | 1603 | /** |