From patchwork Fri Nov 20 22:57:01 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 61851 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAKMv4x0013471 for ; Fri, 20 Nov 2009 22:57:04 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751652AbZKTW45 (ORCPT ); Fri, 20 Nov 2009 17:56:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754639AbZKTW45 (ORCPT ); Fri, 20 Nov 2009 17:56:57 -0500 Received: from mail-bw0-f227.google.com ([209.85.218.227]:57011 "EHLO mail-bw0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652AbZKTW45 convert rfc822-to-8bit (ORCPT ); Fri, 20 Nov 2009 17:56:57 -0500 Received: by bwz27 with SMTP id 27so3822208bwz.21 for ; Fri, 20 Nov 2009 14:57:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=XlY6woNr2laVs9eVTDyFO2lTCC3SnYULtiJFVjU+FnY=; b=wi/rkI9EeZ3h6WGQRX4GzEwLP4P8JJAs6URmFLnDq/wPNrQ8Foj4cJwQ2lIuOlDUkK l5Ln1wfGoBe/XLE4VTtBcHbu1d9ajHwfqXxYzpG1u3dGSvGfPSf/N2UMnpGfRiaU21SD HQRNvPlCa/UXz+rpR9tD8EDnw5btcbxcO4LgY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=c2gk37bhj+zie0Qk1eCWoWRYMx1U6dZKqr9kmNUJS8vbXTa1W2wjvaRYhcGnyVPaOa ddtUKAs9QnLw6rM7tIIxjSg4oOGHQfu4dK7woc4bQvD9aRFI/JzSGOwhc2uxFynCfckX CJQrhT8poPIR7BB6KjHojdhNEnvtDxMpJd9AM= MIME-Version: 1.0 Received: by 10.204.29.11 with SMTP id o11mr1820881bkc.164.1258757821967; Fri, 20 Nov 2009 14:57:01 -0800 (PST) In-Reply-To: <1258651414.6363.12.camel@mulgrave.site> References: <119aab440911181222v79ad775ena36a4140e80847e3@mail.gmail.com> <20091119032220.GG28962@bombadil.infradead.org> <119aab440911190900t62122ed8m987c55821ca64062@mail.gmail.com> <1258651414.6363.12.camel@mulgrave.site> Date: Fri, 20 Nov 2009 17:57:01 -0500 X-Google-Sender-Auth: 73cd8c02c643ee95 Message-ID: <119aab440911201457j1727576blde3c62569f927711@mail.gmail.com> Subject: Re: Changes to fcntl.h and F_* numbers? From: "Carlos O'Donell" To: James Bottomley Cc: Kyle McMartin , Helge Deller , linux-parisc Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org diff --git a/arch/parisc/include/asm/fcntl.h b/arch/parisc/include/asm/fcntl.h index 5f39d55..1e1c824 100644 --- a/arch/parisc/include/asm/fcntl.h +++ b/arch/parisc/include/asm/fcntl.h @@ -28,8 +28,6 @@ #define F_SETOWN 12 /* for sockets. */ #define F_SETSIG 13 /* for sockets. */ #define F_GETSIG 14 /* for sockets. */ -#define F_GETOWN_EX 15 -#define F_SETOWN_EX 16 /* for posix fcntl() and lockf() */ #define F_RDLCK 01