Diff for /xfs-linux/xfs_attr.c between versions 1.145 and 1.146

version 1.145, 2007/08/24 16:04:16 version 1.146, 2007/11/02 03:09:06
Line 929  xfs_attr_shortform_addname(xfs_da_args_t Line 929  xfs_attr_shortform_addname(xfs_da_args_t
  * This leaf block cannot have a "remote" value, we only call this routine   * This leaf block cannot have a "remote" value, we only call this routine
  * if bmap_one_block() says there is only one block (ie: no remote blks).   * if bmap_one_block() says there is only one block (ie: no remote blks).
  */   */
 int  STATIC int
 xfs_attr_leaf_addname(xfs_da_args_t *args)  xfs_attr_leaf_addname(xfs_da_args_t *args)
 {  {
         xfs_inode_t *dp;          xfs_inode_t *dp;

Removed from v.1.145  
changed lines
  Added in v.1.146


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