Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294595
b: refs/heads/master
c: b995730
h: refs/heads/master
i:
  294593: 388c080
  294591: 29fa50f
v: v3
  • Loading branch information
Amit Sahrawat authored and Ben Myers committed Feb 2, 2012
1 parent dfb92b1 commit 84da3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 021000e59c0db2d3a8113e906bde3183c33fa84b
refs/heads/master: b9957308452afcf58e656db834f44df10d7b1662
1 change: 0 additions & 1 deletion trunk/fs/xfs/xfs_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ static inline int xfs_sb_version_hasprojid32bit(xfs_sb_t *sbp)
#define XFS_BB_TO_FSB(mp,bb) \
(((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log)
#define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log)
#define XFS_BB_FSB_OFFSET(mp,bb) ((bb) & ((mp)->m_bsize - 1))

/*
* File system block to byte conversions.
Expand Down

0 comments on commit 84da3a0

Please sign in to comment.