Loading fs/xfs/xfs_qm.c +3 −3 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ xfs_qm_dquot_isolate( return 3; } static long static unsigned long xfs_qm_shrink_scan( struct shrinker *shrink, struct shrink_control *sc) Loading @@ -774,7 +774,7 @@ xfs_qm_shrink_scan( struct xfs_quotainfo *qi = container_of(shrink, struct xfs_quotainfo, qi_shrinker); struct xfs_qm_isolate isol; long freed; unsigned long freed; int error; unsigned long nr_to_scan = sc->nr_to_scan; Loading Loading @@ -802,7 +802,7 @@ xfs_qm_shrink_scan( return freed; } static long static unsigned long xfs_qm_shrink_count( struct shrinker *shrink, struct shrink_control *sc) Loading Loading
fs/xfs/xfs_qm.c +3 −3 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ xfs_qm_dquot_isolate( return 3; } static long static unsigned long xfs_qm_shrink_scan( struct shrinker *shrink, struct shrink_control *sc) Loading @@ -774,7 +774,7 @@ xfs_qm_shrink_scan( struct xfs_quotainfo *qi = container_of(shrink, struct xfs_quotainfo, qi_shrinker); struct xfs_qm_isolate isol; long freed; unsigned long freed; int error; unsigned long nr_to_scan = sc->nr_to_scan; Loading Loading @@ -802,7 +802,7 @@ xfs_qm_shrink_scan( return freed; } static long static unsigned long xfs_qm_shrink_count( struct shrinker *shrink, struct shrink_control *sc) Loading