From: Jan Kara Date: Fri, 8 Feb 2008 12:20:51 +0000 (-0800) Subject: udf: fix adding entry to a directory X-Git-Tag: v2.6.25-rc1~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05343c4f2ee1a4f81f287d95b28c80ee565817c4;p=pandora-kernel.git udf: fix adding entry to a directory When adding directory entry to a directory, we have to properly increase length of the last extent. Handle this similarly as extending regular files - make extents always have size multiple of block size (it will be truncated down to proper size in udf_clear_inode()). Signed-off-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed