This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / tux / input.c
index d051b50..171c2fd 100644 (file)
@@ -600,7 +600,8 @@ restart:
 #if CONFIG_TUX_DEBUG
                req->bytes_expected = 0;
 #endif
-               req->in_file->f_pos = 0;
+               if (req->in_file)
+                       req->in_file->f_pos = 0;
                req->atom_idx = 0;
                clear_keepalive(req);
                req->status = -1;