@@ -151,7 +151,6 @@ void frontswap_register_ops(struct frontswap_ops *ops)
151
151
}
152
152
}
153
153
}
154
- EXPORT_SYMBOL (frontswap_register_ops );
155
154
156
155
/*
157
156
* Called when a swap device is swapon'd.
@@ -187,7 +186,6 @@ bool __frontswap_test(struct swap_info_struct *sis,
187
186
return test_bit (offset , sis -> frontswap_map );
188
187
return false;
189
188
}
190
- EXPORT_SYMBOL (__frontswap_test );
191
189
192
190
static inline void __frontswap_set (struct swap_info_struct * sis ,
193
191
pgoff_t offset )
@@ -250,7 +248,6 @@ int __frontswap_store(struct page *page)
250
248
251
249
return ret ;
252
250
}
253
- EXPORT_SYMBOL (__frontswap_store );
254
251
255
252
/*
256
253
* "Get" data from frontswap associated with swaptype and offset that were
@@ -283,7 +280,6 @@ int __frontswap_load(struct page *page)
283
280
inc_frontswap_loads ();
284
281
return ret ;
285
282
}
286
- EXPORT_SYMBOL (__frontswap_load );
287
283
288
284
/*
289
285
* Invalidate any data from frontswap associated with the specified swaptype
@@ -305,7 +301,6 @@ void __frontswap_invalidate_page(unsigned type, pgoff_t offset)
305
301
__frontswap_clear (sis , offset );
306
302
inc_frontswap_invalidates ();
307
303
}
308
- EXPORT_SYMBOL (__frontswap_invalidate_page );
309
304
310
305
/*
311
306
* Invalidate all data from frontswap associated with all offsets for the
@@ -327,7 +322,6 @@ void __frontswap_invalidate_area(unsigned type)
327
322
atomic_set (& sis -> frontswap_pages , 0 );
328
323
bitmap_zero (sis -> frontswap_map , sis -> max );
329
324
}
330
- EXPORT_SYMBOL (__frontswap_invalidate_area );
331
325
332
326
static int __init init_frontswap (void )
333
327
{
0 commit comments