]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size
authorAndi Kleen <ak@linux.intel.com>
Thu, 15 Sep 2011 23:06:51 +0000 (16:06 -0700)
committerroot <root@serles.lst.de>
Fri, 28 Oct 2011 12:58:59 +0000 (14:58 +0200)
commit4cce0e28b932c11454f75d1c1fae674600c23fbf
tree3c1a0772eb6e681ebde32c7a9bab2cefb87eaf69
parent5760495a872d63a182962680a13c2af29235237c
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size

This gives ext4 the benefits of unlocked llseek.

Cc: tytso@mit.edu
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/ext4/file.c