ext4: change s_last_trim_minblks type to unsigned long
[sfrench/cifs-2.6.git] / fs / ext4 / ext4.h
index 5c8de74f5b406de1758f30c4334103e73824ea59..88c240a9cc428e7e6956b43eb12095bdaa9f8728 100644 (file)
@@ -1663,7 +1663,7 @@ struct ext4_sb_info {
        struct task_struct *s_mmp_tsk;
 
        /* record the last minlen when FITRIM is called. */
-       atomic_t s_last_trim_minblks;
+       unsigned long s_last_trim_minblks;
 
        /* Reference to checksum algorithm driver via cryptoapi */
        struct crypto_shash *s_chksum_driver;