]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
UBIFS: do not write orphans back
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 22 Jul 2008 08:52:52 +0000 (11:52 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 13 Aug 2008 08:25:27 +0000 (11:25 +0300)
commitfbfa6c884aae2aff479eb8c996c564b1a34eae30
treec1dcfd2ba1d1109905274b35833f1db3fe8db5bf
parentff46d7b3e0870a70331b069372c36fbc43018c2d
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 <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c