File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ static inline struct fscache_cookie *v9fs_inode_cookie(struct v9fs_inode *v9inod
135
135
136
136
extern int v9fs_show_options (struct seq_file * m , struct dentry * root );
137
137
138
- struct p9_fid * v9fs_session_init (struct v9fs_session_info * , const char * ,
139
- char * );
138
+ struct p9_fid * v9fs_session_init (struct v9fs_session_info * v9ses ,
139
+ const char * dev_name , char * data );
140
140
extern void v9fs_session_close (struct v9fs_session_info * v9ses );
141
141
extern void v9fs_session_cancel (struct v9fs_session_info * v9ses );
142
142
extern void v9fs_session_begin_cancel (struct v9fs_session_info * v9ses );
143
143
extern struct dentry * v9fs_vfs_lookup (struct inode * dir , struct dentry * dentry ,
144
- unsigned int flags );
144
+ unsigned int flags );
145
145
extern int v9fs_vfs_unlink (struct inode * i , struct dentry * d );
146
146
extern int v9fs_vfs_rmdir (struct inode * i , struct dentry * d );
147
147
extern int v9fs_vfs_rename (struct user_namespace * mnt_userns ,
@@ -167,7 +167,7 @@ extern struct inode *v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses,
167
167
168
168
static inline struct v9fs_session_info * v9fs_inode2v9ses (struct inode * inode )
169
169
{
170
- return ( inode -> i_sb -> s_fs_info ) ;
170
+ return inode -> i_sb -> s_fs_info ;
171
171
}
172
172
173
173
static inline struct v9fs_session_info * v9fs_dentry2v9ses (struct dentry * dentry )
You can’t perform that action at this time.
0 commit comments