From: Arnd Bergmann Date: Wed, 7 Jul 2010 21:40:06 +0000 (+0000) Subject: IB/qib: Use generic_file_llseek X-Git-Tag: v2.6.36-rc1~492^2^7~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd378c2102cf4bf81144db70771d09ecead2cd15;p=pandora-kernel.git IB/qib: Use generic_file_llseek When the default llseek action gets changed to no_llseek, all file systems relying on the current behaviour need to set explicit .llseek operations. In case of qib_fs, we want the files to be seekable, so generic_file_llseek fits best. Signed-off-by: Arnd Bergmann Signed-off-by: Roland Dreier --- Reading git-diff-tree failed