fat: Remove fat_clusters_flush()
This removes unneeded fat_clusters_flush(). Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
606e423e43
commit
e69be4c9c4
|
@ -585,8 +585,6 @@ error:
|
||||||
brelse(bhs[i]);
|
brelse(bhs[i]);
|
||||||
unlock_fat(sbi);
|
unlock_fat(sbi);
|
||||||
|
|
||||||
fat_clusters_flush(sb);
|
|
||||||
|
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue