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
c3ad4f21
Commit
c3ad4f21
authored
Oct 30, 2008
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sources/2.6.23
- source: cifs-2.6.git - refspec: v2.6.23-etercifs - commit: d7577d79c1f393ecbaf057ef575d26331817c9cd Fixed bug Eter#2773
parent
f7e4f0e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
inode.c
sources/2.6.23/inode.c
+2
-2
No files found.
sources/2.6.23/inode.c
View file @
c3ad4f21
...
...
@@ -1503,7 +1503,7 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs)
rc
=
SMBLegacyOpen
(
xid
,
pTcon
,
full_path
,
FILE_OPEN
,
SYNCHRONIZE
|
FILE_WRITE_ATTRIBUTES
,
FILE_SHARE_ALL
,
SYNCHRONIZE
|
FILE_WRITE_ATTRIBUTES
,
CREATE_NOT_DIR
,
&
netfid
,
&
oplock
,
NULL
,
cifs_sb
->
local_nls
,
cifs_sb
->
mnt_cifs_flags
&
...
...
@@ -1634,7 +1634,7 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs)
/* BB we could scan to see if we already have it open
and pass in pid of opener to function */
rc
=
CIFSSMBOpen
(
xid
,
pTcon
,
full_path
,
FILE_OPEN
,
SYNCHRONIZE
|
FILE_WRITE_ATTRIBUTES
,
SYNCHRONIZE
|
FILE_WRITE_ATTRIBUTES
,
FILE_SHARE_ALL
,
CREATE_NOT_DIR
,
&
netfid
,
&
oplock
,
NULL
,
cifs_sb
->
local_nls
,
cifs_sb
->
mnt_cifs_flags
&
...
...
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