From: Jan Kara Date: Tue, 8 May 2007 07:35:21 +0000 (-0700) Subject: udf: support files larger than 1G X-Git-Tag: v2.6.22-rc1~520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31170b6ad4ebe6c43c1cc3b8112274cf59474de0;p=pandora-kernel.git udf: support files larger than 1G Make UDF work correctly for files larger than 1GB. As no extent can be longer than (1<<30)-blocksize bytes, we have to create several extents if a big hole is being created. As a side-effect, we now don't discard preallocated blocks when creating a hole. Signed-off-by: Jan Kara Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed