staging: lustre: add SPDX identifiers to all lustre files
[linux-2.6-block.git] / drivers / staging / lustre / lustre / osc / osc_cache.c
index e1207c227b7999fc1bb523683d8ee4644e257592..5767ac2a7d16ff7058d2389ea7a2211637f051cf 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * GPL HEADER START
  *
@@ -227,6 +228,7 @@ static int osc_extent_sanity_check0(struct osc_extent *ext,
                        rc = 65;
                        goto out;
                }
+               /* fall through */
        default:
                if (atomic_read(&ext->oe_users) > 0) {
                        rc = 70;