From: jan Blunck Date: Wed, 26 May 2010 21:44:48 +0000 (-0700) Subject: vfs: introduce noop_llseek() X-Git-Tag: v2.6.35-rc1~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6afc3f5cf53fb97bac2d0a209bb465952742e7;p=pandora-kernel.git vfs: introduce noop_llseek() This is an implementation of ->llseek useable for the rare special case when userspace expects the seek to succeed but the (device) file is actually not able to perform the seek. In this case you use noop_llseek() instead of falling back to the default implementation of ->llseek. Signed-off-by: Jan Blunck Cc: Frederic Weisbecker Cc: Christoph Hellwig Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed