diff options
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | 2006-01-08 04:02:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 23:13:46 -0500 |
commit | 7c709d00d614d0f2b6a80895b2a1aedbe04e8478 (patch) | |
tree | ba564dbc9f9d67c61b285eee4f856e0b26903127 /fs/fat/file.c | |
parent | a5425d2927a6a771f9ae8767b6bfb3c09225bcdd (diff) |
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
All EXPORT_SYMBOL of fatfs is only for vfat/msdos. _GPL would be proper.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/fat/file.c')
-rw-r--r-- | fs/fat/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/file.c b/fs/fat/file.c index 7134403d5be2..15229fe569c3 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c | |||
@@ -173,7 +173,7 @@ out: | |||
173 | return error; | 173 | return error; |
174 | } | 174 | } |
175 | 175 | ||
176 | EXPORT_SYMBOL(fat_notify_change); | 176 | EXPORT_SYMBOL_GPL(fat_notify_change); |
177 | 177 | ||
178 | /* Free all clusters after the skip'th cluster. */ | 178 | /* Free all clusters after the skip'th cluster. */ |
179 | static int fat_free(struct inode *inode, int skip) | 179 | static int fat_free(struct inode *inode, int skip) |