Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
25cd6aa0
Commit
25cd6aa0
authored
Jan 14, 2006
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Plain Diff
Merge ../linux-2.6
parents
b11fa580
67daf5f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fs/ufs/util.h
fs/ufs/util.h
+2
-2
include/linux/auxvec.h
include/linux/auxvec.h
+1
-1
No files found.
fs/ufs/util.h
View file @
25cd6aa0
...
...
@@ -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)-> \
...
...
include/linux/auxvec.h
View file @
25cd6aa0
...
...
@@ -26,6 +26,6 @@
#define AT_SECURE 23
/* secure mode boolean */
#define AT_VECTOR_SIZE 4
2
/* Size of auxiliary table. */
#define AT_VECTOR_SIZE 4
4
/* Size of auxiliary table. */
#endif
/* _LINUX_AUXVEC_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment