From: Ryusuke Konishi Date: Tue, 7 Apr 2009 02:01:56 +0000 (-0700) Subject: nilfs2: clean up sketch file X-Git-Tag: v2.6.30-rc1~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=458c5b0822a669d170fdb7bb16c9145f652ebe06;p=pandora-kernel.git nilfs2: clean up sketch file The sketch file is a file to mark checkpoints with user data. It was experimentally introduced in the original implementation, and now obsolete. The file was handled differently with regular files; the file size got truncated when a checkpoint was created. This stops the special treatment and will treat it as a regular file. Most users are not affected because mkfs.nilfs2 no longer makes this file. Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed