From eb41d46ce814ff9ac4f1f12330a6489f41c14022 Mon Sep 17 00:00:00 2001 From: Hannes Eder Date: Wed, 4 Mar 2009 19:33:48 +0100 Subject: [PATCH] --- yaml --- r: 140113 b: refs/heads/master c: 24418492aa245e9812c425593883b9db52fd8d29 h: refs/heads/master i: 140111: 06cbc77810adffaf9f75bae7e3089f14383f387b v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_da_btree.h | 1 + trunk/fs/xfs/xfs_dir2.c | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e6988cd7745c..1f080a7567f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 47d1ff6e1a24c0126cd0243b1d6d0a3ffbd7a026 +refs/heads/master: 24418492aa245e9812c425593883b9db52fd8d29 diff --git a/trunk/fs/xfs/xfs_da_btree.h b/trunk/fs/xfs/xfs_da_btree.h index 9d5a7e8c38fe..41f27b332048 100644 --- a/trunk/fs/xfs/xfs_da_btree.h +++ b/trunk/fs/xfs/xfs_da_btree.h @@ -268,5 +268,6 @@ xfs_daddr_t xfs_da_blkno(xfs_dabuf_t *dabuf); extern struct kmem_zone *xfs_da_state_zone; extern struct kmem_zone *xfs_dabuf_zone; +extern const struct xfs_nameops xfs_default_nameops; #endif /* __XFS_DA_BTREE_H__ */ diff --git a/trunk/fs/xfs/xfs_dir2.c b/trunk/fs/xfs/xfs_dir2.c index 1afb12278b8d..c657bec6d951 100644 --- a/trunk/fs/xfs/xfs_dir2.c +++ b/trunk/fs/xfs/xfs_dir2.c @@ -46,8 +46,6 @@ struct xfs_name xfs_name_dotdot = {"..", 2}; -extern const struct xfs_nameops xfs_default_nameops; - /* * ASCII case-insensitive (ie. A-Z) support for directories that was * used in IRIX.