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

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

Diff for /src/sys/fs/cd9660/cd9660_node.c between version 1.24.22.3 and 1.24.22.4

version 1.24.22.3, 2011/03/05 20:55:03 version 1.24.22.4, 2011/05/31 03:04:58
Line 239  cd9660_reclaim(void *v)
Line 239  cd9660_reclaim(void *v)
         /*          /*
          * Purge old data structures associated with the inode.           * Purge old data structures associated with the inode.
          */           */
         cache_purge(vp);  
         if (ip->i_devvp) {          if (ip->i_devvp) {
                 vrele(ip->i_devvp);                  vrele(ip->i_devvp);
                 ip->i_devvp = 0;                  ip->i_devvp = 0;

Legend:
Removed from v.1.24.22.3  
changed lines
  Added in v.1.24.22.4

CVSweb <webmaster@jp.NetBSD.org>