Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74015 Details for
Bug 113864
'user' option for sshfs/fuse in /etc/fstab
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fuse-2.4.2.patch
fuse-2.4.2.patch (text/plain), 574 bytes, created by
Peter Hyman
on 2005-12-03 15:31:00 UTC
(
hide
)
Description:
fuse-2.4.2.patch
Filename:
MIME Type:
Creator:
Peter Hyman
Created:
2005-12-03 15:31:00 UTC
Size:
574 bytes
patch
obsolete
>--- /tmp/fuse.c.2.4.2 2005-12-03 18:19:33.000000000 -0500 >+++ /tmp/fuse.c.2.4.2.patched 2005-12-03 18:19:33.000000000 -0500 >@@ -1656,6 +1656,7 @@ > void fuse_process_cmd(struct fuse *f, struct fuse_cmd *cmd) > { > fuse_session_process(f->se, cmd->buf, cmd->buflen, cmd->ch); >+ free_cmd(cmd); > } > > int fuse_exited(struct fuse *f) >@@ -1693,6 +1694,8 @@ > int res = fuse_chan_receive(ch, cmd->buf, bufsize); > if (res <= 0) { > free_cmd(cmd); >+ if (res == -1) >+ fuse_exit(f); > return NULL; > } > cmd->buflen = res; >
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 Raw
Actions:
View
Attachments on
bug 113864
:
74014
|
74015