Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18328
b: refs/heads/master
c: 25cd6aa
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Jan 13, 2006
1 parent 3ee1f32 commit 96c088e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: b11fa580ac06b34944a2b46a44ebce2c284e1a76
refs/heads/master: 25cd6aa0aa059b48cdcef2a00981b14fafd5161a
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
2 changes: 1 addition & 1 deletion trunk/include/linux/auxvec.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

#define AT_SECURE 23 /* secure mode boolean */

#define AT_VECTOR_SIZE 42 /* Size of auxiliary table. */
#define AT_VECTOR_SIZE 44 /* Size of auxiliary table. */

#endif /* _LINUX_AUXVEC_H */

0 comments on commit 96c088e

Please sign in to comment.