Skip to content

Commit

Permalink
[PATCH] fs/fat/misc.c: unexport fat_sync_bhs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 23, 2006
1 parent 0ae26f1 commit 2da1326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/fat/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,3 @@ int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs)
return err;
}

EXPORT_SYMBOL_GPL(fat_sync_bhs);

0 comments on commit 2da1326

Please sign in to comment.