Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753560AbcDRMA6 (ORCPT ); Mon, 18 Apr 2016 08:00:58 -0400 Received: from mga04.intel.com ([192.55.52.120]:7204 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752370AbcDRMAz (ORCPT ); Mon, 18 Apr 2016 08:00:55 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,502,1455004800"; d="scan'208";a="87204346" Date: Mon, 18 Apr 2016 08:00:27 -0400 From: Dennis Dalessandro To: Al Viro Cc: Leon Romanovsky , Jason Gunthorpe , Christoph Hellwig , Ira Weiny , dledford@redhat.com, linux-rdma@vger.kernel.org, linux-fsdevel@vger.kernel.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] IB/hfi1: Remove write() and use ioctl() for user access Message-ID: <20160418120026.GA17987@phlsvsds.ph.intel.com> References: <20160414164550.GC6247@obsidianresearch.com> <20160414174830.GA11641@rhel.sc.intel.com> <20160415040126.GB10689@leon.nu> <20160415161754.GA21549@rhel> <20160415173035.GC10689@leon.nu> <20160415173401.GA10868@infradead.org> <20160415212328.GF10689@leon.nu> <20160415233732.GB25662@obsidianresearch.com> <20160416060042.GA6349@leon.nu> <20160416191917.GY25498@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20160416191917.GY25498@ZenIV.linux.org.uk> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 853 Lines: 20 On Sat, Apr 16, 2016 at 08:19:17PM +0100, Al Viro wrote: >While we are at it, could the person who'd come up with ui_lseek() be located >and made to stand up and explain the rationale behind the SEEK_END semantics >therein? To quote the manpage (and paraphrase just about any introductory >textbook): > SEEK_END > The file offset is set to the size of the file plus offset bytes. > >I'm really curious - which part of "plus" might have lead to > case SEEK_END: > offset = ((dd->kregend - dd->kregbase) + DC8051_DATA_MEM_SIZE) - > offset; >and, if its author has decided that of course it _must_ have meant "minus", >why had he or she failed to post a correction to the manpage? Or, on the Original author of that code confirmed it is just a coding mistake and we will fix it. -Denny