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
c63a491d
Commit
c63a491d
authored
Dec 17, 2007
by
Artem Bityutskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UBI: add some more comments
Signed-off-by:
Artem Bityutskiy
<
Artem.Bityutskiy@nokia.com
>
parent
cae0a771
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
drivers/mtd/ubi/eba.c
drivers/mtd/ubi/eba.c
+7
-1
No files found.
drivers/mtd/ubi/eba.c
View file @
c63a491d
...
@@ -797,7 +797,7 @@ write_error:
...
@@ -797,7 +797,7 @@ write_error:
/*
/*
* ubi_eba_atomic_leb_change - change logical eraseblock atomically.
* ubi_eba_atomic_leb_change - change logical eraseblock atomically.
* @ubi: UBI device description object
* @ubi: UBI device description object
* @vol: volume escription object
* @vol: volume
d
escription object
* @lnum: logical eraseblock number
* @lnum: logical eraseblock number
* @buf: data to write
* @buf: data to write
* @len: how many bytes to write
* @len: how many bytes to write
...
@@ -955,6 +955,12 @@ int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to,
...
@@ -955,6 +955,12 @@ int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to,
/*
/*
* We may race with volume deletion/re-size, so we have to hold
* We may race with volume deletion/re-size, so we have to hold
* @ubi->volumes_lock.
* @ubi->volumes_lock.
*
* Note, it is not a problem if we race with volume deletion or re-size
* here. If the volume is deleted or re-sized while we are moving an
* eraseblock which belongs to this volume, we'll end up with finding
* out that this LEB was unmapped at the end (see WL), and drop this
* PEB.
*/
*/
spin_lock
(
&
ubi
->
volumes_lock
);
spin_lock
(
&
ubi
->
volumes_lock
);
vol
=
ubi
->
volumes
[
idx
];
vol
=
ubi
->
volumes
[
idx
];
...
...
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