Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
919adbfe
Commit
919adbfe
authored
Mar 12, 2022
by
Theodore Ts'o
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext4: fix kernel doc warnings
Signed-off-by:
Theodore Ts'o
<
tytso@mit.edu
>
parent
163f11b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
fs/ext4/balloc.c
fs/ext4/balloc.c
+1
-0
fs/ext4/ioctl.c
fs/ext4/ioctl.c
+3
-3
No files found.
fs/ext4/balloc.c
View file @
919adbfe
...
...
@@ -411,6 +411,7 @@ static int ext4_validate_block_bitmap(struct super_block *sb,
* ext4_read_block_bitmap_nowait()
* @sb: super block
* @block_group: given block group
* @ignore_locked: ignore locked buffers
*
* Read the bitmap for a given block_group,and validate the
* bits for block/inode/inode tables are set in the bitmaps
...
...
fs/ext4/ioctl.c
View file @
919adbfe
...
...
@@ -269,7 +269,7 @@ int ext4_update_superblocks_fn(struct super_block *sb,
return
err
?
err
:
0
;
}
/*
*
/*
* Swap memory between @a and @b for @len bytes.
*
* @a: pointer to first memory area
...
...
@@ -290,7 +290,7 @@ static void memswap(void *a, void *b, size_t len)
}
}
/*
*
/*
* Swap i_data and associated attributes between @inode1 and @inode2.
* This function is used for the primary swap between inode1 and inode2
* and also to revert this primary swap in case of errors.
...
...
@@ -344,7 +344,7 @@ void ext4_reset_inode_seed(struct inode *inode)
ei
->
i_csum_seed
=
ext4_chksum
(
sbi
,
csum
,
(
__u8
*
)
&
gen
,
sizeof
(
gen
));
}
/*
*
/*
* Swap the information from the given @inode and the inode
* EXT4_BOOT_LOADER_INO. It will basically swap i_data and all other
* important fields of the inodes.
...
...
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