treewide: Use fallthrough pseudo-keyword
[linux-block.git] / fs / afs / file.c
index 6f6ed1605cfe30bc9131b898368d50917692662d..371d1488cc549db412a75045b7bfaf5b4d37204e 100644 (file)
@@ -311,7 +311,7 @@ int afs_page_filler(void *data, struct page *page)
        case -ENOBUFS:
                _debug("cache said ENOBUFS");
 
-               /* fall through */
+               fallthrough;
        default:
        go_on:
                req = kzalloc(struct_size(req, array, 1), GFP_KERNEL);