1
0
Fork 0

[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>
hifive-unleashed-5.1
Adrian Bunk 2006-06-23 02:05:15 -07:00 committed by Linus Torvalds
parent 0ae26f1b31
commit 2da1326463
1 changed files with 0 additions and 1 deletions

View File

@ -210,4 +210,3 @@ int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs)
return err;
}
EXPORT_SYMBOL_GPL(fat_sync_bhs);