Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 240301 Details for
Bug 355141
pull upstream patches for smbfs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch 3
0013-BZ-355141-smb_file_open-retval-fix.patch (text/plain), 782 bytes, created by
Jeff Layton
on 2007-10-27 11:48:48 UTC
(
hide
)
Description:
patch 3
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-10-27 11:48:48 UTC
Size:
782 bytes
patch
obsolete
>From f2100c1975666d195bbcacaa0bdf39c87f414d8b Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Sat, 27 Oct 2007 07:05:10 -0400 >Subject: [PATCH] BZ#355141: smb_file_open() retval fix > >Correctly propagate the return value from smb_open(). > >Signed-off-by: Andrew Morton <akpm@osdl.org> >Signed-off-by: Linus Torvalds <torvalds@osdl.org> > >BKrev: 41db7ba0gZkJ6x1QYcVJjsm-djxP_g >--- > fs/smbfs/file.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/fs/smbfs/file.c b/fs/smbfs/file.c >index e97fc58..19159dd 100644 >--- a/fs/smbfs/file.c >+++ b/fs/smbfs/file.c >@@ -362,7 +362,7 @@ smb_file_open(struct inode *inode, struct file * file) > SMB_I(inode)->openers++; > out: > unlock_kernel(); >- return 0; >+ return result; > } > > static int >-- >1.5.2.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 355141
:
240281
|
240291
| 240301 |
240311
|
240321
|
240331
|
240341
|
271431