Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
3257910c
Commit
3257910c
authored
Apr 01, 2009
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor code refactoring - accoordinately cifs-2.6
parent
39a4f83a
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
cifsfs.c
sources/2.6.16/cifsfs.c
+1
-1
cifsfs.c
sources/2.6.23/cifsfs.c
+1
-1
cifsfs.c
sources/2.6.24/cifsfs.c
+1
-1
cifsfs.c
sources/2.6.25/cifsfs.c
+1
-1
cifsfs.c
sources/2.6.26/cifsfs.c
+1
-1
cifsfs.c
sources/2.6.27/cifsfs.c
+1
-1
cifsfs.c
sources/2.6.28/cifsfs.c
+1
-1
cifsfs.c
sources/2.6.29/cifsfs.c
+1
-1
cifsfs.c
sources/legacy/cifsfs.c
+1
-1
No files found.
sources/2.6.16/cifsfs.c
View file @
3257910c
...
...
@@ -631,7 +631,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/2.6.23/cifsfs.c
View file @
3257910c
...
...
@@ -546,7 +546,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/2.6.24/cifsfs.c
View file @
3257910c
...
...
@@ -545,7 +545,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/2.6.25/cifsfs.c
View file @
3257910c
...
...
@@ -583,7 +583,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/2.6.26/cifsfs.c
View file @
3257910c
...
...
@@ -610,7 +610,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/2.6.27/cifsfs.c
View file @
3257910c
...
...
@@ -611,7 +611,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/2.6.28/cifsfs.c
View file @
3257910c
...
...
@@ -615,7 +615,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/2.6.29/cifsfs.c
View file @
3257910c
...
...
@@ -632,7 +632,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
sources/legacy/cifsfs.c
View file @
3257910c
...
...
@@ -639,7 +639,7 @@ static ssize_t cifs_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
read
=
generic_file_aio_read
(
iocb
,
iov
,
nr_segs
,
pos
);
else
{
read
=
cifs_user_read
(
iocb
->
ki_filp
,
iov
->
iov_base
,
iov
->
iov_len
,
&
pos
);
iov
->
iov_len
,
&
pos
);
iocb
->
ki_pos
=
pos
;
}
return
read
;
...
...
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