]> git.sur5r.net Git - u-boot/blobdiff - fs/ubifs/ubifs.c
arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg()
[u-boot] / fs / ubifs / ubifs.c
index 49e6f469ca6c47d3b515dc2ad7308008c045ab39..6dd617426ad35dfdb28da648db8361f6e00a7c02 100644 (file)
@@ -150,6 +150,12 @@ static inline int crypto_comp_decompress(struct crypto_comp *tfm,
 
        return 0;
 }
+
+/* from shrinker.c */
+
+/* Global clean znode counter (for all mounted UBIFS instances) */
+atomic_long_t ubifs_clean_zn_cnt;
+
 #endif
 
 /**