Re: Connectathon basic test4 fails
Jeff Layton <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2009-07-01 at 17:31 +0530, Suresh Jayaraman wrote: > Hi all, > > Against Win2k3 server the basic connectathon test4 is failing when > mounted with the options (user=cguest, uid=cguest, gid=users, > file_mode=0640, dir_mode=0755) with the current cifs mainline code. As a > simple test case chmod on a file returns -95 (-EOPNOTSUPP) error. > > I have not tried debugging it, yet? But it appears that setxattr returns > success and the following getxattr call returns error. Is this the > expected behavior or a regression? > > Thanks, > Isn't that the setattr test? Given that win2k3 doesn't support unix extensions, I think a failure there is expected. When unix extensions aren't enabled I usually switch that to use test4a instead of test4. -- Jeff Layton <[email protected]>