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
nexedi
linux
Commits
d67d64f4
Commit
d67d64f4
authored
Mar 25, 2017
by
Theodore Ts'o
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext4: fix two spelling nits
Signed-off-by:
Theodore Ts'o
<
tytso@mit.edu
>
parent
dac7a4b4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/ext4/inode.c
fs/ext4/inode.c
+1
-1
fs/ext4/move_extent.c
fs/ext4/move_extent.c
+1
-1
No files found.
fs/ext4/inode.c
View file @
d67d64f4
...
...
@@ -5400,7 +5400,7 @@ int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
* If there is inline data in the inode, the inode will normally not
* have data blocks allocated (it may have an external xattr block).
* Report at least one sector for such files, so tools like tar, rsync,
* others do
e
n't incorrectly think the file is completely sparse.
* others don't incorrectly think the file is completely sparse.
*/
if
(
unlikely
(
ext4_has_inline_data
(
inode
)))
stat
->
blocks
+=
(
stat
->
size
+
511
)
>>
9
;
...
...
fs/ext4/move_extent.c
View file @
d67d64f4
...
...
@@ -511,7 +511,7 @@ mext_check_arguments(struct inode *orig_inode,
if
((
orig_start
&
~
(
PAGE_MASK
>>
orig_inode
->
i_blkbits
))
!=
(
donor_start
&
~
(
PAGE_MASK
>>
orig_inode
->
i_blkbits
)))
{
ext4_debug
(
"ext4 move extent: orig and donor's start "
"offset
are not al
ligned [ino:orig %lu, donor %lu]
\n
"
,
"offset
s are not a
ligned [ino:orig %lu, donor %lu]
\n
"
,
orig_inode
->
i_ino
,
donor_inode
->
i_ino
);
return
-
EINVAL
;
}
...
...
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