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
ebb4014c
Commit
ebb4014c
authored
Apr 16, 2002
by
Anton Altaparmakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes.
parent
c3e2c762
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/ntfs/attrib.c
fs/ntfs/attrib.c
+1
-1
fs/ntfs/inode.h
fs/ntfs/inode.h
+1
-1
No files found.
fs/ntfs/attrib.c
View file @
ebb4014c
...
...
@@ -885,7 +885,7 @@ int map_run_list(ntfs_inode *ni, VCN vcn)
* -1 = LCN_HOLE Hole / not allocated on disk.
* -2 = LCN_RL_NOT_MAPPED This is part of the run list which has not been
* inserted into the run list yet.
* -3 = LCN_ENOENT There is no such vcn in the
data
attribute.
* -3 = LCN_ENOENT There is no such vcn in the attribute.
* -4 = LCN_EINVAL Input parameter error (if debug enabled).
*/
LCN
vcn_to_lcn
(
const
run_list_element
*
rl
,
const
VCN
vcn
)
...
...
fs/ntfs/inode.h
View file @
ebb4014c
...
...
@@ -106,7 +106,7 @@ struct _ntfs_inode {
this base inode which have
been loaded. */
ntfs_inode
*
base_ntfs_ino
;
/* For nr_extents == -1, the
v
fs inode of the base mft
nt
fs inode of the base mft
record. */
}
SN
(
ine
);
};
...
...
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