Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18280
b: refs/heads/master
c: 8a430d7
h: refs/heads/master
v: v3
  • Loading branch information
Evgeniy authored and Linus Torvalds committed Jan 13, 2006
1 parent 3946728 commit 20e1373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 43ecb9a33ba8c93ebbda81d48ca05f0d1bbf9056
refs/heads/master: 8a430d74fea797fc55fef1ad4c21420212b83574
4 changes: 2 additions & 2 deletions trunk/fs/ufs/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ extern void _ubh_memcpyubh_(struct ufs_sb_private_info *, struct ufs_buffer_head
((struct ufs_super_block_first *)((ubh)->bh[0]->b_data))

#define ubh_get_usb_second(ubh) \
((struct ufs_super_block_second *)(ubh)-> \
bh[UFS_SECTOR_SIZE >> uspi->s_fshift]->b_data + (UFS_SECTOR_SIZE & ~uspi->s_fmask))
((struct ufs_super_block_second *)((ubh)->\
bh[UFS_SECTOR_SIZE >> uspi->s_fshift]->b_data + (UFS_SECTOR_SIZE & ~uspi->s_fmask)))

#define ubh_get_usb_third(ubh) \
((struct ufs_super_block_third *)((ubh)-> \
Expand Down

0 comments on commit 20e1373

Please sign in to comment.