From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [PATCH 01/15] Introduce noop_llseek() Date: Fri, 20 Nov 2009 17:05:47 +0000 Message-ID: <20091120170547.GF20634@shareable.org> References: <1258735245-25826-1-git-send-email-jblunck@suse.de> <1258735245-25826-2-git-send-email-jblunck@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Christoph Hellwig , Alan Cox , Linux-Kernel Mailinglist , Andrew Morton , Thomas Gleixner , jkacur@redhat.com, Arnd Bergmann , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Alexander Viro , Matthew Wilcox To: Jan Blunck Return-path: Content-Disposition: inline In-Reply-To: <1258735245-25826-2-git-send-email-jblunck@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Jan Blunck wrote: > The noop_llseek() is a llseek() operation that filesystems can use that > don't want to support seeking (leave the file->f_pos untouched) but still > want to let the syscall itself to succeed. This is weird behaviour: if you want to allow llseek() to succeed but don't really support seeking, why does the device even care about the value of file->f_pos? -- Jamie