Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133247
b: refs/heads/master
c: 02ab172
h: refs/heads/master
i:
  133245: 34f742a
  133243: f4e8fc2
  133239: e45c464
  133231: c28ee73
  133215: cdb2994
  133183: 8cd0a13
  133119: d1f7ac0
v: v3
  • Loading branch information
Hannes Eder authored and Steven Whitehouse committed Mar 24, 2009
1 parent ab4aa45 commit cdcff01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 075ac44875323941210335b3b0abc1895356d919
refs/heads/master: 02ab1721591f7ac1f632fc74b301513bd6f5849f
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/rgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ static inline u64 gfs2_bit_search(const __le64 *ptr, u64 mask, u8 state)
* Return: the block number (bitmap buffer scope) that was found
*/

u32 gfs2_bitfit(const u8 *buf, const unsigned int len, u32 goal, u8 state)
static u32 gfs2_bitfit(const u8 *buf, const unsigned int len,
u32 goal, u8 state)
{
u32 spoint = (goal << 1) & ((8*sizeof(u64)) - 1);
const __le64 *ptr = ((__le64 *)buf) + (goal >> 5);
Expand Down

0 comments on commit cdcff01

Please sign in to comment.