ARM: configs: tizen_bcm2711_defconfig: Disable unused dwcotg
[platform/kernel/linux-rpi.git] / fs / ioctl.c
index 504e695..e0a3455 100644 (file)
@@ -173,7 +173,7 @@ int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo,
 
        if (*len == 0)
                return -EINVAL;
-       if (start > maxbytes)
+       if (start >= maxbytes)
                return -EFBIG;
 
        /*