Bug 6396 - Read-only POSIX open calls fail from CIFS client with "INVALID_PARAMETER"
Summary: Read-only POSIX open calls fail from CIFS client with "INVALID_PARAMETER"
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: File services (show other bugs)
Version: unspecified
Hardware: All All
: P3 regression
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 18:26 UTC by Jeremy Allison
Modified: 2009-05-23 13:39 UTC (History)
0 users

See Also:
metze: review+


Attachments
Patch for 3.2.x (562 bytes, patch)
2009-05-22 18:27 UTC, Jeremy Allison
jra: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2009-05-22 18:26:04 UTC
Karolin, this is a bug we fixed for 3.3 and above, but the code change never got put back into 3.2. If we're doing more 3.2 releases this bug is a blocker as it breaks the CIFSVFS client.

Jeremy.
Comment 1 Jeremy Allison 2009-05-22 18:27:40 UTC
Created attachment 4191 [details]
Patch for 3.2.x

Karolin, this is the fix that was added to 3.3. If we're doing another 3.2 release this should be in the code.
Jeremy.
Comment 2 Stefan Metzmacher 2009-05-23 02:00:53 UTC
The patch looks good to me (as it makes 3.2 behave like 3.3).

The patch is the result of 12cf12f10c1c6adad568daf6c16144a99b0f822e
and 6631ca4a51d4b13d2edd2dc899f7b76c233825b5 from v3-3-stable.
I think we should cherry pick them or at least reference them
in the commit messages of the single patch.

metze
Comment 3 Karolin Seeger 2009-05-23 13:39:32 UTC
Cherry-picked 12cf12f10c1c6adad568daf6c16144a99b0f822e
and 6631ca4a51d4b13d2edd2dc899f7b76c233825b5 from v3-3-stable as proposed by Metze.

Closing out bug report.

Thanks!