fanotify: fix missing break
authorEric Paris <[email protected]>
Thu, 8 Nov 2012 23:53:37 +0000 (15:53 -0800)
committerLinus Torvalds <[email protected]>
Fri, 9 Nov 2012 05:41:47 +0000 (06:41 +0100)
commit848561d368751a1c0f679b9f045a02944506a801
treef5ef3ae6993ab3efabceef101a609577e8af31f6
parenta80a6b85b428e6ce12a8363bb1f08d44c50f3252
fanotify: fix missing break

Anders Blomdell noted in 2010 that Fanotify lost events and provided a
test case.  Eric Paris confirmed it was a bug and posted a fix to the
list

  https://groups.google.com/forum/?fromgroups=#!topic/linux.kernel/RrJfTfyW2BE

but never applied it.  Repeated attempts over time to actually get him
to apply it have never had a reply from anyone who has raised it

So apply it anyway

Signed-off-by: Alan Cox <[email protected]>
Reported-by: Anders Blomdell <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/notify/fanotify/fanotify.c