mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
UBIFS: use ubi_sync
UBI now has (fake for now, though) synchronization call - use it. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
parent
f10383006c
commit
cb5c6a2b2b
@ -466,12 +466,7 @@ static int ubifs_sync_fs(struct super_block *sb, int wait)
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
/*
|
||||
* We ought to call sync for c->ubi but it does not have one. If it had
|
||||
* it would in turn call mtd->sync, however mtd operations are
|
||||
* synchronous anyway, so we don't lose any sleep here.
|
||||
*/
|
||||
return err;
|
||||
return ubi_sync(c->vi.ubi_num);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user