From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754997Ab1HaLOA (ORCPT ); Wed, 31 Aug 2011 07:14:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46524 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750845Ab1HaLN7 (ORCPT ); Wed, 31 Aug 2011 07:13:59 -0400 Date: Wed, 31 Aug 2011 13:13:22 +0200 From: Johannes Weiner To: Minchan Kim Cc: Andrew Morton , linux-mm , LKML , Mel Gorman , Rik van Riel Subject: Re: [PATCH 1/3] Correct isolate_mode_t bitwise type Message-ID: <20110831111322.GA17512@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 13, 2011 at 01:37:41AM +0900, Minchan Kim wrote: > [c1e8b0ae8, mm-change-isolate-mode-from-define-to-bitwise-type] > made a mistake on the bitwise type. > > This patch corrects it. > > CC: Mel Gorman > CC: Johannes Weiner > CC: Rik van Riel > Signed-off-by: Minchan Kim Acked-by: Johannes Weiner