From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Schermerhorn Subject: [PATCH 0/6] Mempolicy: additional cleanups Date: Fri, 19 Mar 2010 14:59:33 -0400 Message-ID: <20100319185933.21430.72039.sendpatchset@localhost.localdomain> Return-path: Sender: linux-numa-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-mm@kvack.org, linux-numa@vger.kernel.org Cc: akpm@linux-foundation.org, Hugh Dickins , Ravikiran Thirumalai , KOSAKI Motohiro , Christoph Lameter , David Rientjes , eric.whitney@hp.com Here is a series of proposed memory policy cleanup patches, mostly in the 'mpol' mount option parsing function 'mpol_parse_str()'. I came across these cleanup opportunities reviewing and testing Kosaki Motohiro's 5 patch tmpfs series from 16mar. This series applies atop Kosaki-san's series. Patch 5 of the series is more of a bug fix to get_mempolicy() discovered while testing the other patches.