From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Subject: Re: [RFC 3/3] man-pages: Add man page for vmpressure_fd(2) Date: Wed, 07 Nov 2012 09:19:06 -0500 Message-ID: <509A6DDA.9090109@redhat.com> References: <20121107105348.GA25549@lizard> <20121107110152.GC30462@lizard> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121107110152.GC30462@lizard> Sender: owner-linux-mm@kvack.org 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 List-Id: linux-man@vger.kernel.org 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org