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

Commit e69be4c9 authored by OGAWA Hirofumi's avatar OGAWA Hirofumi Committed by Linus Torvalds
Browse files

fat: Remove fat_clusters_flush()



This removes unneeded fat_clusters_flush().

Signed-off-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 606e423e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -585,8 +585,6 @@ error:
		brelse(bhs[i]);
	unlock_fat(sbi);

	fat_clusters_flush(sb);

	return err;
}