From 006d8e9a8f278fe696263db0362f1d1ea9368720 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 12 Mar 2001 21:51:11 +0000 Subject: [PATCH] sync with recent change to kernel xfs_inode change - doesn't affect userspace at all, but keep files in sync. --- include/xfs_inode.h | 1 + libxfs/xfs_rtalloc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/xfs_inode.h b/include/xfs_inode.h index ff5987d6d..cb0b0ac13 100644 --- a/include/xfs_inode.h +++ b/include/xfs_inode.h @@ -320,6 +320,7 @@ typedef struct xfs_inode { unsigned int i_pincount; /* inode pin count */ sv_t i_pinsema; /* inode pin sema */ lock_t i_ipinlock; /* inode pinning mutex */ + struct xfs_inode **i_refcache; /* ptr to entry in ref cache */ struct xfs_inode *i_release; /* inode to unref */ /* I/O state */ diff --git a/libxfs/xfs_rtalloc.c b/libxfs/xfs_rtalloc.c index 8f0a447f9..18b2e7bb4 100644 --- a/libxfs/xfs_rtalloc.c +++ b/libxfs/xfs_rtalloc.c @@ -515,7 +515,7 @@ xfs_rtmodify_range( xfs_rtword_t *b; /* current word in buffer */ int bit; /* bit number in the word */ xfs_rtblock_t block; /* bitmap block number */ - xfs_buf_t *bp; /* buf for the block */ + xfs_buf_t *bp; /* buf for the block */ xfs_rtword_t *bufp; /* starting word in buffer */ int error; /* error value */ xfs_rtword_t *first; /* first used word in the buffer */ -- 2.47.2