From: Artem Bityutskiy Date: Tue, 22 Jul 2008 08:52:52 +0000 (+0300) Subject: UBIFS: do not write orphans back X-Git-Tag: v2.6.27-rc4~65^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfa6c884aae2aff479eb8c996c564b1a34eae30;p=pandora-kernel.git UBIFS: do not write orphans back Orphan inodes are deleted inodes which will disappear after FS re-mount. There is not need to write orphan inodes back, because they are not needed on the flash media. So optimize orphans a little by not writing them back. Just mark them as clean, free the budget, and report success to VFS. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed