Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 38280e2e authored by Sujit Reddy Thumma's avatar Sujit Reddy Thumma Committed by Stephen Boyd
Browse files

fs: yaffs2: get rid of write_super



Commit f0cd2dbb kills the VFS '->write_super' method along with
's_dirt' flag to avoid unnecessary wakeups every 5secs which
check for dirty super blocks to write out. The solution is to make
individual file system take care of writing dirty super blocks
by themselves. For YAFFS, schedule a delay job to do file system sync
only when the super blocks are touched.

Signed-off-by: default avatarSujit Reddy Thumma <sthumma@codeaurora.org>
parent 53b38de5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment