On Wed, Aug 24, 2011 at 10:00:34AM +0200, Lukas Czerner wrote: > In flush_l2_cache() we are using ext2fs_llseek() however we do not > properly detect the error code returned from the function, because we > are assigning it into ULL variable, hence we will not see negative > values. > > Fix this by changing the type of the variable to ext2_loff_t which is > signed and hence will store negative values. > > Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> Thanks, applied. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html