Diff for /xfs-linux/linux-2.6/xfs_linux.h between versions 1.153 and 1.154

version 1.153, 2007/03/20 05:07:28 version 1.154, 2007/07/09 06:12:03
Line 132 Line 132
 #define xfs_inherit_nosymlinks  xfs_params.inherit_nosym.val  #define xfs_inherit_nosymlinks  xfs_params.inherit_nosym.val
 #define xfs_rotorstep           xfs_params.rotorstep.val  #define xfs_rotorstep           xfs_params.rotorstep.val
 #define xfs_inherit_nodefrag    xfs_params.inherit_nodfrg.val  #define xfs_inherit_nodefrag    xfs_params.inherit_nodfrg.val
   #define xfs_fstrm_centisecs     xfs_params.fstrm_timer.val
   
 #define current_cpu()           (raw_smp_processor_id())  #define current_cpu()           (raw_smp_processor_id())
 #define current_pid()           (current->pid)  #define current_pid()           (current->pid)

Removed from v.1.153  
changed lines
  Added in v.1.154


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>