diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-01 18:33:33 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-01 18:33:33 -0500 |
commit | aa82daa06198b27963fe3d6ee8035855b29f6524 (patch) | |
tree | 7c618d365997e8a9a326739f0579b3cc1272e62e /fs/xfs/xfs_attr_leaf.h | |
parent | e8c8b3a79d85c22d3665b97dde843dc4d8d7ae37 (diff) |
[XFS] Move some code around to prepare for the upcoming extended
attributes format change (attr2).
SGI-PV: 941645
SGI-Modid: xfs-linux:xfs-kern:23833a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_attr_leaf.h')
-rw-r--r-- | fs/xfs/xfs_attr_leaf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/xfs/xfs_attr_leaf.h b/fs/xfs/xfs_attr_leaf.h index 0a4cfad6df91..b99f0491061c 100644 --- a/fs/xfs/xfs_attr_leaf.h +++ b/fs/xfs/xfs_attr_leaf.h | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2000, 2002-2003 Silicon Graphics, Inc. All Rights Reserved. | 2 | * Copyright (c) 2000, 2002-2003, 2005 Silicon Graphics, Inc. |
3 | * All Rights Reserved. | ||
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
5 | * under the terms of version 2 of the GNU General Public License as | 6 | * under the terms of version 2 of the GNU General Public License as |
@@ -289,7 +290,7 @@ int xfs_attr_root_inactive(struct xfs_trans **trans, struct xfs_inode *dp); | |||
289 | xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_dabuf *bp, int *count); | 290 | xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_dabuf *bp, int *count); |
290 | int xfs_attr_leaf_order(struct xfs_dabuf *leaf1_bp, | 291 | int xfs_attr_leaf_order(struct xfs_dabuf *leaf1_bp, |
291 | struct xfs_dabuf *leaf2_bp); | 292 | struct xfs_dabuf *leaf2_bp); |
292 | int xfs_attr_leaf_newentsize(struct xfs_da_args *args, int blocksize, | 293 | int xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize, |
293 | int *local); | 294 | int *local); |
294 | int xfs_attr_rolltrans(struct xfs_trans **transp, struct xfs_inode *dp); | 295 | int xfs_attr_rolltrans(struct xfs_trans **transp, struct xfs_inode *dp); |
295 | 296 | ||