[BACK]Return to tmpfs_subr.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_subr.c between version 1.14.2.1 and 1.15

version 1.14.2.1, 2005/11/29 21:23:29 version 1.15, 2005/11/28 22:06:20
Line 931  tmpfs_mem_info(boolean_t total)
Line 931  tmpfs_mem_info(boolean_t total)
                 size -= uvmexp.swpgonly;                  size -= uvmexp.swpgonly;
         }          }
         size += uvmexp.free;          size += uvmexp.free;
         size += uvmexp.filepages;  
         if (size > uvmexp.wired) {  
                 size -= uvmexp.wired;  
         } else {  
                 size = 0;  
         }  
   
         return size;          return size;
 }  }

Legend:
Removed from v.1.14.2.1  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>