Diff for /xfs-linux/linux-2.6/xfs_vnode.c between versions 1.155 and 1.156

version 1.155, 2008/01/21 15:00:49 version 1.156, 2008/02/06 03:24:42
Line 40 Line 40
 #define vptosync(v)             (&vsync[((unsigned long)v) % NVSYNC])  #define vptosync(v)             (&vsync[((unsigned long)v) % NVSYNC])
 static wait_queue_head_t vsync[NVSYNC];  static wait_queue_head_t vsync[NVSYNC];
   
 void  void __init
 vn_init(void)  vn_init(void)
 {  {
         int i;          int i;

Removed from v.1.155  
changed lines
  Added in v.1.156


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