Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753262Ab2KGOQq (ORCPT ); Wed, 7 Nov 2012 09:16:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34952 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750973Ab2KGOQn (ORCPT ); Wed, 7 Nov 2012 09:16:43 -0500 Message-ID: <509A6DDA.9090109@redhat.com> Date: Wed, 07 Nov 2012 09:19:06 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121009 Thunderbird/16.0 MIME-Version: 1.0 To: Anton Vorontsov CC: Mel Gorman , Pekka Enberg , Leonid Moiseichuk , KOSAKI Motohiro , Minchan Kim , Bartlomiej Zolnierkiewicz , John Stultz , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org, patches@linaro.org, kernel-team@android.com, linux-man@vger.kernel.org Subject: Re: [RFC 3/3] man-pages: Add man page for vmpressure_fd(2) References: <20121107105348.GA25549@lizard> <20121107110152.GC30462@lizard> In-Reply-To: <20121107110152.GC30462@lizard> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 730 Lines: 21 On 11/07/2012 06:01 AM, Anton Vorontsov wrote: > Configuration > vmpressure_fd(2) accepts vmpressure_config structure to configure > the notifications: > > struct vmpressure_config { > __u32 size; > __u32 threshold; > }; > > size is a part of ABI versioning and must be initialized to > sizeof(struct vmpressure_config). If you want to use a versioned ABI, why not pass in an actual version number? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/