diff options
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 7681b19aa5dc..7d3fc9ec56a2 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -55,6 +55,8 @@ | |||
55 | #include "xfs_attr_leaf.h" | 55 | #include "xfs_attr_leaf.h" |
56 | #include "xfs_attr_remote.h" | 56 | #include "xfs_attr_remote.h" |
57 | 57 | ||
58 | #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) | ||
59 | |||
58 | STATIC int | 60 | STATIC int |
59 | xlog_find_zeroed( | 61 | xlog_find_zeroed( |
60 | struct xlog *, | 62 | struct xlog *, |