Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753851Ab0HWQ6H (ORCPT ); Mon, 23 Aug 2010 12:58:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47247 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752331Ab0HWQ6E (ORCPT ); Mon, 23 Aug 2010 12:58:04 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Arnd Bergmann X-Fcc: ~/Mail/linus Cc: Matthew Wilcox , Richard Cochran , john stultz , linux-api@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] posix clocks: introduce syscall for clock tuning. In-Reply-To: Arnd Bergmann's message of Monday, 23 August 2010 16:46:00 +0200 <201008231646.00357.arnd@arndb.de> References: <201008231457.26690.arnd@arndb.de> <20100823134330.GM12892@parisc-linux.org> <201008231646.00357.arnd@arndb.de> X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. Message-Id: <20100823165758.4624E400BF@magilla.sf.frob.com> Date: Mon, 23 Aug 2010 09:57:58 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 477 Lines: 12 EOPNOTSUPP is also called ENOTSUP in userland. ENOTSUP is the appropriate POSIX errno code for a situation such as a clock type that cannot be used in a certain call (like setting when you can only read it, etc.). Thanks, Roland -- 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/