[XFS] Sort out cosmetic differences between user and kernel copies of some

sources.

SGI-PV: 907752
SGI-Modid: xfs-linux-melb:xfs-kern:24659a

Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
Nathan Scott
2006-01-11 15:33:02 +11:00
parent a255a7456d
commit 3ddb8fa98c
10 changed files with 32 additions and 42 deletions

View File

@@ -72,9 +72,6 @@ typedef struct xfs_dir2_put_args {
struct uio *uio; /* uio control structure */
} xfs_dir2_put_args_t;
#define XFS_DIR_IS_V2(mp) ((mp)->m_dirversion == 2)
extern xfs_dirops_t xfsv2_dirops;
/*
* Other interfaces used by the rest of the dir v2 code.
*/