[PATCH] FUSE: don't allow restarting of system calls
[deliverable/linux.git] / fs / fuse / inode.c
index 52e954f4bb912d32b37705f74612fa7667bc9ef1..e69a546844d0f23770f3dd5e690f20284a27cd01 100644 (file)
@@ -236,7 +236,7 @@ static int fuse_statfs(struct super_block *sb, struct kstatfs *buf)
 
         req = fuse_get_request(fc);
        if (!req)
-               return -ERESTARTSYS;
+               return -EINTR;
 
        req->in.numargs = 0;
        req->in.h.opcode = FUSE_STATFS;
This page took 0.038801 seconds and 5 git commands to generate.