X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fsignalfd.c;h=040e1cf9052826ef08bf269aeb63d11c073d16b4;hb=4b105f4a256ae629522a7ed1611aba28fd282bd5;hp=167b5889db4bbc2df27b09401bade062d0ba140a;hpb=fd66ad69ef5a59f303b595ac8ecf454f213cb7e6;p=linux-2.6-microblaze.git diff --git a/fs/signalfd.c b/fs/signalfd.c index 167b5889db4b..040e1cf90528 100644 --- a/fs/signalfd.c +++ b/fs/signalfd.c @@ -114,10 +114,10 @@ static int signalfd_copyinfo(struct signalfd_siginfo __user *uinfo, break; case SIL_FAULT_BNDERR: case SIL_FAULT_PKUERR: - case SIL_PERF_EVENT: + case SIL_FAULT_PERF_EVENT: /* * Fall through to the SIL_FAULT case. SIL_FAULT_BNDERR, - * SIL_FAULT_PKUERR, and SIL_PERF_EVENT are only + * SIL_FAULT_PKUERR, and SIL_FAULT_PERF_EVENT are only * generated by faults that deliver them synchronously to * userspace. In case someone injects one of these signals * and signalfd catches it treat it as SIL_FAULT.