mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 21:54:30 +08:00
*** empty log message ***
This commit is contained in:
parent
543087d481
commit
d2bda146d1
@ -6,7 +6,7 @@
|
||||
|
||||
* For linux kernels >=2.6.18 (2.6.19 if using the fuse module from
|
||||
the kernel tree) the statfs method will receive the path within
|
||||
the filesystem on which the stat(v)fs syscall was called.
|
||||
the filesystem on which the stat(v)fs syscall was called
|
||||
|
||||
* fusermount: try to modprobe fuse module if invoked by root and
|
||||
unable to open device. This is needed with udev, since the device
|
||||
|
@ -736,8 +736,7 @@ static void do_setxattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg)
|
||||
char *value = name + strlen(name) + 1;
|
||||
|
||||
if (req->f->op.setxattr)
|
||||
req->f->op.setxattr(req, nodeid, name, value, arg->size,
|
||||
arg->flags);
|
||||
req->f->op.setxattr(req, nodeid, name, value, arg->size, arg->flags);
|
||||
else
|
||||
fuse_reply_err(req, ENOSYS);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user