File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ static int afs_iget5_set_root(struct inode *inode, void *opaque)
512
512
struct afs_vnode * vnode = AFS_FS_I (inode );
513
513
514
514
vnode -> volume = as -> volume ;
515
- vnode -> fid .vid = as -> volume -> vid ,
515
+ vnode -> fid .vid = as -> volume -> vid ;
516
516
vnode -> fid .vnode = 1 ;
517
517
vnode -> fid .unique = 1 ;
518
518
inode -> i_ino = 1 ;
@@ -545,7 +545,7 @@ struct inode *afs_root_iget(struct super_block *sb, struct key *key)
545
545
BUG_ON (!(inode -> i_state & I_NEW ));
546
546
547
547
vnode = AFS_FS_I (inode );
548
- vnode -> cb_v_check = atomic_read (& as -> volume -> cb_v_break ),
548
+ vnode -> cb_v_check = atomic_read (& as -> volume -> cb_v_break );
549
549
afs_set_netfs_context (vnode );
550
550
551
551
op = afs_alloc_operation (key , as -> volume );
You can’t perform that action at this time.
0 commit comments