[BACK]Return to lfs_accessors.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / lfs

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

Diff for /src/sys/ufs/lfs/lfs_accessors.h between version 1.34 and 1.35

version 1.34, 2015/10/03 08:27:38 version 1.35, 2015/10/03 08:28:16
Line 779  lfs_fi_setblock(STRUCT_LFS *fs, FINFO *f
Line 779  lfs_fi_setblock(STRUCT_LFS *fs, FINFO *f
 #define NEXTLOWER_IINFO(fs, iip) \  #define NEXTLOWER_IINFO(fs, iip) \
         ((IINFO *)((char *)(iip) - IINFOSIZE(fs)))          ((IINFO *)((char *)(iip) - IINFOSIZE(fs)))
   
   #define NTH_IINFO(fs, buf, n) \
           ((IINFO *)((char *)SEGSUM_IINFOSTART(fs, buf) - (n)*IINFOSIZE(fs)))
   
 static __unused inline uint64_t  static __unused inline uint64_t
 lfs_ii_getblock(STRUCT_LFS *fs, IINFO *iip)  lfs_ii_getblock(STRUCT_LFS *fs, IINFO *iip)
 {  {

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb <webmaster@jp.NetBSD.org>