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
91360b02
Commit
91360b02
authored
Aug 19, 2014
by
Al Viro
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ashmem: use vfs_llseek()
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
4b8e9923
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/staging/android/ashmem.c
drivers/staging/android/ashmem.c
+1
-1
No files found.
drivers/staging/android/ashmem.c
View file @
91360b02
...
...
@@ -339,7 +339,7 @@ static loff_t ashmem_llseek(struct file *file, loff_t offset, int origin)
goto
out
;
}
ret
=
asma
->
file
->
f_op
->
llseek
(
asma
->
file
,
offset
,
origin
);
ret
=
vfs_
llseek
(
asma
->
file
,
offset
,
origin
);
if
(
ret
<
0
)
goto
out
;
...
...
Kirill Smelkov
@kirr
mentioned in commit
97fbfef6
·
Sep 27, 2017
mentioned in commit
97fbfef6
mentioned in commit 97fbfef6bd597888485b653175fb846c6998b60c
Toggle commit list
Kirill Smelkov
@kirr
mentioned in commit
97fbfef6
·
Sep 27, 2017
mentioned in commit
97fbfef6
mentioned in commit 97fbfef6bd597888485b653175fb846c6998b60c
Toggle commit list
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