projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae26f1
)
[PATCH] fs/fat/misc.c: unexport fat_sync_bhs
author
Adrian Bunk
<bunk@stusta.de>
Fri, 23 Jun 2006 09:05:15 +0000
(
02:05
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:03 +0000
(07:43 -0700)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fat/misc.c
patch
|
blob
|
history
diff --git
a/fs/fat/misc.c
b/fs/fat/misc.c
index 944652e9dde13c4e7438b3a3074a5b6f95066a34..308f2b6b50264da37c24843a1943d1e5ad22bc4e 100644
(file)
--- a/
fs/fat/misc.c
+++ b/
fs/fat/misc.c
@@
-210,4
+210,3
@@
int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs)
return err;
}
-EXPORT_SYMBOL_GPL(fat_sync_bhs);