staging: lustre: remove initialization of static ints
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / llite / statahead.c
index 6ad9dd0fe2b3d9d7da842e9af2d895a1097c42e6..fe732fa0d01ffd2d4fa9586e6f96e14af3a5dd72 100644 (file)
@@ -84,7 +84,7 @@ struct ll_sa_entry {
        struct qstr          se_qstr;
 };
 
-static unsigned int sai_generation = 0;
+static unsigned int sai_generation;
 static DEFINE_SPINLOCK(sai_generation_lock);
 
 static inline int ll_sa_entry_unhashed(struct ll_sa_entry *entry)