udf: add llseek method
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Sep 2008 17:44:17 +0000 (19:44 +0200)
committerJan Kara <jack@suse.cz>
Mon, 8 Sep 2008 18:31:04 +0000 (20:31 +0200)
commit5c89468c12899b84886cb47eec93f0c88e0f896a
tree2a862d7ad5ac16d2911d0f34a66a096ef72f6211
parent97e1cfb08616987878f91a46cefdd7fc5fa3dba1
udf: add llseek method

UDF currently doesn't set a llseek method for regular files, which
means it will fall back to default_llseek.  This means no one can seek
beyond 2 Gigabytes on udf, and that there's not protection vs
the i_size updates from writers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/file.c