]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/gfs2/quota.h
fs: convert fs shrinkers to new scan/count API
[karo-tx-linux.git] / fs / gfs2 / quota.h
index 4f5e6e44ed8320feec952a71096cc55b1b385a96..4f61708339e911f09064c1f59c26dd57b2400b26 100644 (file)
@@ -53,7 +53,9 @@ static inline int gfs2_quota_lock_check(struct gfs2_inode *ip)
        return ret;
 }
 
-extern int gfs2_shrink_qd_memory(struct shrinker *shrink,
+extern long gfs2_qd_shrink_count(struct shrinker *shrink,
+                                struct shrink_control *sc);
+extern long gfs2_qd_shrink_scan(struct shrinker *shrink,
                                 struct shrink_control *sc);
 extern const struct quotactl_ops gfs2_quotactl_ops;