aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat/file.c')
-rw-r--r--fs/fat/file.c2
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
176EXPORT_SYMBOL(fat_notify_change); 176EXPORT_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. */
179static int fat_free(struct inode *inode, int skip) 179static int fat_free(struct inode *inode, int skip)