File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,7 @@ static inline loff_t blk_to_logical(struct inode *inode, sector_t blk)
307
307
* If you use this function directly, you need to do your own locking. Use
308
308
* generic_block_fiemap if you want the locking done for you.
309
309
*/
310
-
311
- int __generic_block_fiemap (struct inode * inode ,
310
+ static int __generic_block_fiemap (struct inode * inode ,
312
311
struct fiemap_extent_info * fieinfo , loff_t start ,
313
312
loff_t len , get_block_t * get_block )
314
313
{
@@ -453,7 +452,6 @@ int __generic_block_fiemap(struct inode *inode,
453
452
454
453
return ret ;
455
454
}
456
- EXPORT_SYMBOL (__generic_block_fiemap );
457
455
458
456
/**
459
457
* generic_block_fiemap - FIEMAP for block based inodes
Original file line number Diff line number Diff line change @@ -3299,10 +3299,6 @@ static inline int vfs_fstat(int fd, struct kstat *stat)
3299
3299
extern const char * vfs_get_link (struct dentry * , struct delayed_call * );
3300
3300
extern int vfs_readlink (struct dentry * , char __user * , int );
3301
3301
3302
- extern int __generic_block_fiemap (struct inode * inode ,
3303
- struct fiemap_extent_info * fieinfo ,
3304
- loff_t start , loff_t len ,
3305
- get_block_t * get_block );
3306
3302
extern int generic_block_fiemap (struct inode * inode ,
3307
3303
struct fiemap_extent_info * fieinfo , u64 start ,
3308
3304
u64 len , get_block_t * get_block );
You can’t perform that action at this time.
0 commit comments