projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606e423
)
fat: Remove fat_clusters_flush()
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Mon, 28 Apr 2008 09:16:27 +0000
(
02:16
-0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:47 +0000
(08:58 -0700)
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>
fs/fat/fatent.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/fat/fatent.c
b/fs/fat/fatent.c
index c7c8ab2209e1e39ee380b8dee42f627c5cf3c364..13ab763cc5109addcb1b79448e37826a58cdf795 100644
(file)
--- a/
fs/fat/fatent.c
+++ b/
fs/fat/fatent.c
@@
-585,8
+585,6
@@
error:
brelse(bhs[i]);
unlock_fat(sbi);
- fat_clusters_flush(sb);
-
return err;
}