File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ static void fuse_destroy_inode(struct inode *inode)
76
76
kmem_cache_free (fuse_inode_cachep , inode );
77
77
}
78
78
79
- static void fuse_read_inode (struct inode * inode )
80
- {
81
- /* No op */
82
- }
83
-
84
79
void fuse_send_forget (struct fuse_conn * fc , struct fuse_req * req ,
85
80
unsigned long nodeid , u64 nlookup )
86
81
{
@@ -515,7 +510,6 @@ static struct inode *get_root_inode(struct super_block *sb, unsigned mode)
515
510
static const struct super_operations fuse_super_operations = {
516
511
.alloc_inode = fuse_alloc_inode ,
517
512
.destroy_inode = fuse_destroy_inode ,
518
- .read_inode = fuse_read_inode ,
519
513
.clear_inode = fuse_clear_inode ,
520
514
.drop_inode = generic_delete_inode ,
521
515
.remount_fs = fuse_remount_fs ,
You can’t perform that action at this time.
0 commit comments