cleanup
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 14 Jan 2005 11:43:22 +0000 (11:43 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Fri, 14 Jan 2005 11:43:22 +0000 (11:43 +0000)
kernel/dev.c
kernel/dir.c
kernel/fuse_i.h

index c2d45fcf726c43f9867494205bf8a57ab098f34c..f7ea7a2c3d7eff47dadb97ae1de18929b270c40f 100644 (file)
@@ -274,7 +274,7 @@ static void queue_request(struct fuse_conn *fc, struct fuse_req *req)
        if (fc->reqctr == 0)
                fc->reqctr = 1;
        req->in.h.unique = fc->reqctr;
-       req->in.h.len = sizeof(struct fuse_in_header) + 
+       req->in.h.len = sizeof(struct fuse_in_header) +
                len_args(req->in.numargs, (struct fuse_arg *) req->in.args);
        if (!req->preallocated) {
                /* decrease outstanding_sem, but without blocking... */
@@ -711,7 +711,7 @@ static ssize_t fuse_dev_writev(struct file *file, const struct iovec *iov,
        if (err)
                goto err_finish;
        err = -EINVAL;
-       if (!oh.unique || oh.error <= -1000 || oh.error > 0 || 
+       if (!oh.unique || oh.error <= -1000 || oh.error > 0 ||
            oh.len != nbytes)
                goto err_finish;
 
index 6d968edc1592cfaf7ae3efe4d244ad81ce8879e9..41f824cc4d547ec68e737db8d516574f0bc696ed 100644 (file)
@@ -360,7 +360,7 @@ static int fuse_rename(struct inode *olddir, struct dentry *oldent,
                if (newent->d_inode)
                        fuse_invalidate_entry(newent);
        }
-               
+
        return err;
 }
 
index cda7e9be66f027c42876dfa3f44835e4675a426a..d9a412573f93e16416ba4a846a588c338a67cbac 100644 (file)
@@ -199,7 +199,7 @@ struct fuse_req {
 
        /** Request is sent in the background */
        unsigned background:1;
-       
+
        /** Data is being copied to/from the request */
        unsigned locked:1;
 
@@ -236,7 +236,7 @@ struct fuse_req {
 
        /** Inode used in the request */
        struct inode *inode;
-       
+
        /** Second inode used in the request (or NULL) */
        struct inode *inode2;