Bug 1854 - unix extensions can not be disabled client side
Summary: unix extensions can not be disabled client side
Status: RESOLVED WORKSFORME
Alias: None
Product: CifsVFS
Classification: Unclassified
Component: kernel fs (show other bugs)
Version: 2.6
Hardware: All Linux
: P3 normal
Target Milestone: ---
Assignee: Steve French
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 23:09 UTC by Tobias Oetiker
Modified: 2005-11-14 09:41 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Oetiker 2004-09-29 23:09:38 UTC
When I work on a linux kernel with samba unix-extensions support compiled in,
and the server supports it, I have no way to disable unix-extensions client-side
when mounting a share off that server.
Comment 1 Steve French 2004-09-30 08:25:27 UTC
"echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled"

works for cifs vfs

For older smbfs, I don't mind taking a patch forward, but it doesn't seem worth 
the trouble since the cifs vfs can now replace it for most usage scenarios and 
probably better to focus on any adding to cifs vfs the few remaining misc 
features that are only in smbfs.
Comment 2 Björn Jacke 2004-09-30 15:12:27 UTC
so it can be closed