From: Arnd Bergmann Date: Wed, 7 Jul 2010 21:10:11 +0000 (+0200) Subject: vfs: make no_llseek the default X-Git-Tag: v2.6.37-rc1~173^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776c163b1b93c8dfa5edba885bc2bfbc2d228a5f;p=pandora-kernel.git vfs: make no_llseek the default All file operations now have an explicit .llseek operation pointer, so we can change the default action for future code. This makes changes the default from default_llseek to no_llseek, which always returns -ESPIPE if a user tries to seek on a file without a .llseek operation. The name of the default_llseek function remains unchanged, if anyone thinks we should change it, please speak up. Signed-off-by: Arnd Bergmann Cc: Christoph Hellwig Cc: Al Viro Cc: linux-fsdevel@vger.kernel.org --- Reading git-diff-tree failed