vserver 2.0 rc7
[linux-2.6.git] / fs / xfs / xfs_dir_leaf.h
index ad74774..00d68d3 100644 (file)
@@ -140,11 +140,6 @@ typedef union {
 #define        XFS_PUT_COOKIE(c,mp,bno,entry,hash)     \
        ((c).s.be = XFS_DA_MAKE_BNOENTRY(mp, bno, entry), (c).s.h = (hash))
 
-#define        XFS_GET_DIR_INO_ARCH(mp,di,arch) \
-    DIRINO_GET_ARCH(&(di),arch)
-#define        XFS_GET_DIR_INO(mp,di) \
-    XFS_GET_DIR_INO_ARCH(mp,di,ARCH_NOCONVERT)
-
 typedef struct xfs_dir_put_args
 {
        xfs_dircook_t   cook;           /* cookie of (next) entry */