From: Artem Bityutskiy Date: Tue, 22 Jul 2008 08:52:52 +0000 (+0300) Subject: UBIFS: do not write orphans back X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b3860615c22173e9b31c76c056d9732be4fb98;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