*** empty log message ***
authorMiklos Szeredi <miklos@szeredi.hu>
Sat, 19 Aug 2006 09:26:16 +0000 (09:26 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Sat, 19 Aug 2006 09:26:16 +0000 (09:26 +0000)
ChangeLog
lib/fuse_lowlevel.c

index a549ab2833c40b20eba44b3704e44c36a0e1e14c..81e0b7f7a4414539893e74e8227526d4c581fa2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 04a34f3bb4b0e8d8fe3acdac5bc95c001c9c977c..677ef7995da42d16282eec995101364175a77b16 100644 (file)
@@ -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);
 }