From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751846AbbIZIE4 (ORCPT ); Sat, 26 Sep 2015 04:04:56 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:33739 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbbIZIEM (ORCPT ); Sat, 26 Sep 2015 04:04:12 -0400 Date: Sat, 26 Sep 2015 10:04:01 +0200 From: Vitaly Wool To: ddstreet@ieee.org, akpm@linux-foundation.org, Seth Jennings Cc: Minchan Kim , Sergey Senozhatsky , linux-kernel , Linux-MM Subject: [PATCHv2 0/3] align zpool/zbud/zsmalloc on the api Message-Id: <20150926100401.96a36c7cd3c913b063887466@gmail.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here comes the second iteration over zpool/zbud/zsmalloc API alignment. This time I divide it into three patches: for zpool, for zbud and for zsmalloc :) Patches are non-intrusive and do not change any existing functionality. They only add up stuff for the alignment purposes.