mirror of https://gitee.com/openkylin/linux.git
[PATCH] fs/fat/misc.c: unexport fat_sync_bhs
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>
This commit is contained in:
parent
0ae26f1b31
commit
2da1326463
|
@ -210,4 +210,3 @@ int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs)
|
|||
return err;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL_GPL(fat_sync_bhs);
|
||||
|
|
Loading…
Reference in New Issue