Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758007AbbBEPBU (ORCPT ); Thu, 5 Feb 2015 10:01:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42598 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757541AbbBEPBT (ORCPT ); Thu, 5 Feb 2015 10:01:19 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20150205023404.8382.41937.stgit@pluto.fritz.box> References: <20150205023404.8382.41937.stgit@pluto.fritz.box> <20150205021553.8382.16297.stgit@pluto.fritz.box> To: Ian Kent Cc: dhowells@redhat.com, Kernel Mailing List , Oleg Nesterov , Trond Myklebust , "J. Bruce Fields" , Benjamin Coddington , Al Viro , Jeff Layton , "Eric W. Biederman" Subject: Re: [RFC PATCH 2/8] kmod - rename call_usermodehelper() flags parameter MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12218.1423148468.1@warthog.procyon.org.uk> Date: Thu, 05 Feb 2015 15:01:08 +0000 Message-ID: <12219.1423148468@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 539 Lines: 13 Ian Kent wrote: > -call_usermodehelper(char *path, char **argv, char **envp, int wait); > +call_usermodehelper(char *path, char **argv, char **envp, int flags); Can we make flags unsigned whilst we're at it? Other than that: Acked-by: David Howells -- 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/