treewide: Use fallthrough pseudo-keyword
[linux-block.git] / fs / aio.c
index 5736bff48e9e9cbfacd9fbbe4738d0643c90e067..d5ec303855669de4e90d7b810c73333d089486fb 100644 (file)
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1511,7 +1511,7 @@ static inline void aio_rw_done(struct kiocb *req, ssize_t ret)
                 * may be already running. Just fail this IO with EINTR.
                 */
                ret = -EINTR;
-               /*FALLTHRU*/
+               fallthrough;
        default:
                req->ki_complete(req, ret, 0);
        }