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 246861 Details for
Bug 325141
mount.ntfs-3g hogs up the system when invoked by thunderbird
[?]
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]
debug patch for fuse
fuse_read_debug.patch (text/plain), 643 bytes, created by
Miklos Szeredi
on 2007-11-02 15:52:07 UTC
(
hide
)
Description:
debug patch for fuse
Filename:
MIME Type:
Creator:
Miklos Szeredi
Created:
2007-11-02 15:52:07 UTC
Size:
643 bytes
patch
obsolete
>Index: linux-2.6.23/fs/fuse/file.c >=================================================================== >--- linux-2.6.23.orig/fs/fuse/file.c 2007-10-09 22:31:38.000000000 +0200 >+++ linux-2.6.23/fs/fuse/file.c 2007-11-02 16:39:54.000000000 +0100 >@@ -270,6 +270,15 @@ void fuse_read_fill(struct fuse_req *req > struct fuse_file *ff = file->private_data; > struct fuse_read_in *inarg = &req->misc.read_in; > >+ if (pos > i_size_read(inode)) { >+ static int warn_limit = 5; >+ if (warn_limit) { >+ warn_limit--; >+ printk("fuse: read beyond EOF\n"); >+ dump_stack(); >+ } >+ } >+ > inarg->fh = ff->fh; > inarg->offset = pos; > inarg->size = count;
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 325141
:
224991
|
225001
|
225011
|
225021
|
225031
|
225041
|
226621
|
226631
|
228341
|
228651
|
245801
|
245901
| 246861