From: Miklos Szeredi Date: Tue, 13 Dec 2011 10:58:48 +0000 (+0100) Subject: fuse: llseek optimize SEEK_CUR and SEEK_SET X-Git-Tag: v3.3-rc1~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c07c3d193412bbf4e9f405e75dc84e35e77fac28;p=pandora-kernel.git fuse: llseek optimize SEEK_CUR and SEEK_SET Use generic_file_llseek() instead of open coding the seek function. i_mutex protection is only necessary for SEEK_END (and SEEK_HOLE, SEEK_DATA), so move SEEK_CUR and SEEK_SET out from under i_mutex. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed