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
681947d2
Commit
681947d2
authored
Jun 24, 2009
by
Adrian Hunter
Committed by
Artem Bityutskiy
Jul 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UBIFS: minor spelling and grammar fixes
Signed-off-by:
Adrian Hunter
<
adrian.hunter@nokia.com
>
parent
44737589
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fs/ubifs/replay.c
fs/ubifs/replay.c
+1
-1
fs/ubifs/ubifs.h
fs/ubifs/ubifs.h
+2
-2
No files found.
fs/ubifs/replay.c
View file @
681947d2
...
...
@@ -957,7 +957,7 @@ static int replay_log_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf)
return
err
;
out_dump:
ubifs_err
(
"log error detected while replying the log at LEB %d:%d"
,
ubifs_err
(
"log error detected while repl
a
ying the log at LEB %d:%d"
,
lnum
,
offs
+
snod
->
offs
);
dbg_dump_node
(
c
,
snod
->
node
);
ubifs_scan_destroy
(
sleb
);
...
...
fs/ubifs/ubifs.h
View file @
681947d2
...
...
@@ -655,8 +655,8 @@ typedef int (*ubifs_lpt_scan_callback)(struct ubifs_info *c,
* @delta: hard and soft timeouts delta (the timer expire inteval is @softlimit
* and @softlimit + @delta)
* @timer: write-buffer timer
* @no_timer: non-zero if this write-buffer does not timer
* @need_sync: non-zero if
its timer expired and needs sync
* @no_timer: non-zero if this write-buffer does not
have a
timer
* @need_sync: non-zero if
the timer expired and the wbuf needs sync'ing
* @next_ino: points to the next position of the following inode number
* @inodes: stores the inode numbers of the nodes which are in wbuf
*
...
...
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