[BACK]Return to tmpfs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / tmpfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/tmpfs/tmpfs_vnops.c between version 1.121.2.4 and 1.121.2.5

version 1.121.2.4, 2016/10/05 20:56:02 version 1.121.2.5, 2017/02/05 13:40:55
Line 1246  tmpfs_putpages(void *v)
Line 1246  tmpfs_putpages(void *v)
                 return 0;                  return 0;
         }          }
   
         if ((vp->v_mount->mnt_flag & MNT_RDONLY) != 0) {  
                 mutex_exit(vp->v_interlock);  
                 return EROFS;  
         }  
   
         node = VP_TO_TMPFS_NODE(vp);          node = VP_TO_TMPFS_NODE(vp);
         uobj = node->tn_spec.tn_reg.tn_aobj;          uobj = node->tn_spec.tn_reg.tn_aobj;
   

Legend:
Removed from v.1.121.2.4  
changed lines
  Added in v.1.121.2.5

CVSweb <webmaster@jp.NetBSD.org>