Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jan.koester
Linux
Commits
b8c06a2a
Commit
b8c06a2a
authored
18 years ago
by
Steve French
Browse files
Options
Downloads
Patches
Plain Diff
[CIFS] statfs for cifs unix extensions no longer experimental
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
6b70c955
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs/cifs/cifsfs.c
+0
-2
0 additions, 2 deletions
fs/cifs/cifsfs.c
with
0 additions
and
2 deletions
fs/cifs/cifsfs.c
+
0
−
2
View file @
b8c06a2a
...
@@ -189,7 +189,6 @@ cifs_statfs(struct dentry *dentry, struct kstatfs *buf)
...
@@ -189,7 +189,6 @@ cifs_statfs(struct dentry *dentry, struct kstatfs *buf)
buf
->
f_files
=
0
;
/* undefined */
buf
->
f_files
=
0
;
/* undefined */
buf
->
f_ffree
=
0
;
/* unlimited */
buf
->
f_ffree
=
0
;
/* unlimited */
#ifdef CONFIG_CIFS_EXPERIMENTAL
/* BB we could add a second check for a QFS Unix capability bit */
/* BB we could add a second check for a QFS Unix capability bit */
/* BB FIXME check CIFS_POSIX_EXTENSIONS Unix cap first FIXME BB */
/* BB FIXME check CIFS_POSIX_EXTENSIONS Unix cap first FIXME BB */
if
((
pTcon
->
ses
->
capabilities
&
CAP_UNIX
)
&&
(
CIFS_POSIX_EXTENSIONS
&
if
((
pTcon
->
ses
->
capabilities
&
CAP_UNIX
)
&&
(
CIFS_POSIX_EXTENSIONS
&
...
@@ -199,7 +198,6 @@ cifs_statfs(struct dentry *dentry, struct kstatfs *buf)
...
@@ -199,7 +198,6 @@ cifs_statfs(struct dentry *dentry, struct kstatfs *buf)
/* Only need to call the old QFSInfo if failed
/* Only need to call the old QFSInfo if failed
on newer one */
on newer one */
if
(
rc
)
if
(
rc
)
#endif
/* CIFS_EXPERIMENTAL */
rc
=
CIFSSMBQFSInfo
(
xid
,
pTcon
,
buf
);
rc
=
CIFSSMBQFSInfo
(
xid
,
pTcon
,
buf
);
/* Old Windows servers do not support level 103, retry with level
/* Old Windows servers do not support level 103, retry with level
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment