Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42934
b: refs/heads/master
c: 71a3d1b
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Linus Torvalds committed Dec 7, 2006
1 parent c0aaeb0 commit 6b3b833
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 65867beb0de4d055637476327b533e5ffbec2b97
refs/heads/master: 71a3d1b4f7633835048f96a4ba79c8c87f03df4b
2 changes: 1 addition & 1 deletion trunk/fs/ufs/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ static inline void *get_usb_offset(struct ufs_sb_private_info *uspi,

#define ubh_get_addr16(ubh,begin) \
(((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
((begin) & (uspi->fsize>>1) - 1)))
((begin) & ((uspi->fsize>>1) - 1)))

#define ubh_get_addr32(ubh,begin) \
(((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
Expand Down

0 comments on commit 6b3b833

Please sign in to comment.