]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/resource.c
NFSv4: The link() operation should return any delegation on the file
[karo-tx-linux.git] / kernel / resource.c
index 03d796c1b2e980c1ea55c5f1dc3bbfed64b0233e..87f675a895d3385a90c840602ec809ca09b5a15e 100644 (file)
@@ -741,7 +741,7 @@ static int __init reserve_setup(char *str)
        static struct resource reserve[MAXRESERVE];
 
        for (;;) {
-               int io_start, io_num;
+               unsigned int io_start, io_num;
                int x = reserved;
 
                if (get_option (&str, &io_start) != 2)