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
c96ca272
Commit
c96ca272
authored
Mar 10, 2009
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sources 2.6.25 - 2.6.28
Fix bug
http://bugs.etersoft.ru/show_bug.cgi?id=3239
parent
2dfc208b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
inode.c
sources/2.6.25/inode.c
+1
-1
inode.c
sources/2.6.26/inode.c
+1
-1
inode.c
sources/2.6.27/inode.c
+1
-1
inode.c
sources/2.6.28/inode.c
+1
-1
No files found.
sources/2.6.25/inode.c
View file @
c96ca272
...
@@ -831,7 +831,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
...
@@ -831,7 +831,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
local_mtime
=
tmp_inode
->
i_mtime
;
local_mtime
=
tmp_inode
->
i_mtime
;
local_size
=
tmp_inode
->
i_size
;
local_size
=
tmp_inode
->
i_size
;
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
1
);
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
0
);
cifs_set_ops
(
tmp_inode
,
false
);
cifs_set_ops
(
tmp_inode
,
false
);
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
...
...
sources/2.6.26/inode.c
View file @
c96ca272
...
@@ -841,7 +841,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
...
@@ -841,7 +841,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
local_mtime
=
tmp_inode
->
i_mtime
;
local_mtime
=
tmp_inode
->
i_mtime
;
local_size
=
tmp_inode
->
i_size
;
local_size
=
tmp_inode
->
i_size
;
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
1
);
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
0
);
cifs_set_ops
(
tmp_inode
,
false
);
cifs_set_ops
(
tmp_inode
,
false
);
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
...
...
sources/2.6.27/inode.c
View file @
c96ca272
...
@@ -843,7 +843,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
...
@@ -843,7 +843,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
local_mtime
=
tmp_inode
->
i_mtime
;
local_mtime
=
tmp_inode
->
i_mtime
;
local_size
=
tmp_inode
->
i_size
;
local_size
=
tmp_inode
->
i_size
;
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
1
);
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
0
);
cifs_set_ops
(
tmp_inode
,
false
);
cifs_set_ops
(
tmp_inode
,
false
);
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
...
...
sources/2.6.28/inode.c
View file @
c96ca272
...
@@ -983,7 +983,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
...
@@ -983,7 +983,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
local_mtime
=
tmp_inode
->
i_mtime
;
local_mtime
=
tmp_inode
->
i_mtime
;
local_size
=
tmp_inode
->
i_size
;
local_size
=
tmp_inode
->
i_size
;
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
1
);
cifs_unix_info_to_inode
(
tmp_inode
,
pData
,
0
);
cifs_set_ops
(
tmp_inode
,
false
);
cifs_set_ops
(
tmp_inode
,
false
);
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
if
(
!
S_ISREG
(
tmp_inode
->
i_mode
))
...
...
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