From: Tetsuo Handa Date: Thu, 8 Jul 2010 12:57:41 +0000 (+0900) Subject: TOMOYO: Explicitly set file_operations->llseek pointer. X-Git-Tag: v2.6.36-rc1~584^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2deb7ce8f662bce877dbfd3b0053e9559c25a3;p=pandora-kernel.git TOMOYO: Explicitly set file_operations->llseek pointer. TOMOYO does not deal offset pointer. Thus seek operation makes no sense. Changing default seek operation from default_llseek() to no_llseek() might break some applications. Thus, explicitly set noop_llseek(). Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed