X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Ffcntl.c;h=f946bec8f1f1b92fed4b851be2053ab7b0cc84d6;hb=70982eef4d7eebb47a3b1ef25ec1bc742f3a21cf;hp=dfc72f15be7fcd4c2a906f2a565d9a95115a0e88;hpb=1df01322f00a0aedd4a589597ce9c0b680ae6068;p=linux-2.6-microblaze.git diff --git a/fs/fcntl.c b/fs/fcntl.c index dfc72f15be7f..f946bec8f1f1 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -369,8 +369,8 @@ static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, /* 32-bit arches must use fcntl64() */ case F_OFD_SETLK: case F_OFD_SETLKW: -#endif fallthrough; +#endif case F_SETLK: case F_SETLKW: if (copy_from_user(&flock, argp, sizeof(flock)))