[BACK]Return to ufs_ihash.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ufs

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

Diff for /src/sys/ufs/ufs/Attic/ufs_ihash.c between version 1.30 and 1.30.6.1

version 1.30, 2010/07/21 17:52:14 version 1.30.6.1, 2011/06/23 14:20:33
Line 148  ufs_ihashget(dev_t dev, ino_t inum, int 
Line 148  ufs_ihashget(dev_t dev, ino_t inum, int 
                         if (flags == 0) {                          if (flags == 0) {
                                 mutex_exit(&ufs_ihash_lock);                                  mutex_exit(&ufs_ihash_lock);
                         } else {                          } else {
                                 mutex_enter(&vp->v_interlock);                                  mutex_enter(vp->v_interlock);
                                 mutex_exit(&ufs_ihash_lock);                                  mutex_exit(&ufs_ihash_lock);
                                 if (vget(vp, flags))                                  if (vget(vp, flags))
                                         goto loop;                                          goto loop;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.30.6.1

CVSweb <webmaster@jp.NetBSD.org>