Diff for /linux-2.6-xfs/mainline-patches/xfs_acl.c between versions 1.2 and 1.3

version 1.2, 2007/01/16 14:53:53 version 1.3, 2007/01/16 14:56:58
Line 0 Line 1
   acl_access needed by ioops module.
   
   --- /home/chatz/isms/linux-2.6.19/fs/xfs/xfs_acl.c      2006-11-30 08:57:37.000000000 +1100
   +++ xfs_acl.c   2006-12-15 17:48:29.000000000 +1100
   @@ -520,6 +520,7 @@
    
           return xfs_acl_capability_check(md, cr);
    }
   +EXPORT_SYMBOL(xfs_acl_access);
    
    /*
     * ACL validity checker.

Removed from v.1.2  
changed lines
  Added in v.1.3


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