Loading fs/gfs2/glock.c +1 −1 Original line number Diff line number Diff line Loading @@ -769,7 +769,7 @@ static void handle_callback(struct gfs2_glock *gl, unsigned int state) } else { spin_unlock(&gl->gl_spin); new_gh = gfs2_holder_get(gl, state, LM_FLAG_TRY, GFP_KERNEL); new_gh = gfs2_holder_get(gl, state, LM_FLAG_TRY, GFP_NOFS); if (!new_gh) return; set_bit(HIF_DEMOTE, &new_gh->gh_iflags); Loading Loading
fs/gfs2/glock.c +1 −1 Original line number Diff line number Diff line Loading @@ -769,7 +769,7 @@ static void handle_callback(struct gfs2_glock *gl, unsigned int state) } else { spin_unlock(&gl->gl_spin); new_gh = gfs2_holder_get(gl, state, LM_FLAG_TRY, GFP_KERNEL); new_gh = gfs2_holder_get(gl, state, LM_FLAG_TRY, GFP_NOFS); if (!new_gh) return; set_bit(HIF_DEMOTE, &new_gh->gh_iflags); Loading