<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div>Sorry for the following crappy message. I came travelling without my laptop.</div>
<div><br>
</div>
<div>Please note that one of my patches implement one shot shrinkers onto of vmpressure mechanism. It can still be called frequently, because right now it is called every time userspace would get an event. But at least it won't iterate.</div>
<div><br>
</div>
<div>You can try investigating if that interface suits your i915 needs better</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style="font-size:75%; color:#575757">Sent by Samsung Mobile</div>
</div>
<br>
<br>
<br>
-------- Original message --------<br>
From: Mel Gorman <mgorman@suse.de> <br>
Date: <br>
To: Kent Overstreet <koverstreet@google.com> <br>
Cc: Glauber Costa <glommer@openvz.org>,linux-mm@kvack.org,cgroups@vger.kernel.org,Andrew Morton <akpm@linux-foundation.org>,Greg Thelen <gthelen@google.com>,kamezawa.hiroyu@jp.fujitsu.com,Michal Hocko <mhocko@suse.cz>,Johannes Weiner <hannes@cmpxchg.org>,Dave
 Chinner <dchinner@redhat.com>,intel-gfx@lists.freedesktop.org,dri-devel@lists.freedesktop.org,devel@driverdev.osuosl.org,Dan Magenheimer <dan.magenheimer@oracle.com>
<br>
Subject: Re: [PATCH v4 17/31] drivers: convert shrinkers to new count/scan API <br>
<br>
<br>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On Tue, Apr 30, 2013 at 03:00:50PM -0700, Kent Overstreet wrote:<br>
> On Tue, Apr 30, 2013 at 10:53:55PM +0100, Mel Gorman wrote:<br>
> > On Sat, Apr 27, 2013 at 03:19:13AM +0400, Glauber Costa wrote:<br>
> > > diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c<br>
> > > index 03e44c1..8b9c1a6 100644<br>
> > > --- a/drivers/md/bcache/btree.c<br>
> > > +++ b/drivers/md/bcache/btree.c<br>
> > > @@ -599,11 +599,12 @@ static int mca_reap(struct btree *b, struct closure *cl, unsigned min_order)<br>
> > >    return 0;<br>
> > >  }<br>
> > >  <br>
> > > -static int bch_mca_shrink(struct shrinker *shrink, struct shrink_control *sc)<br>
> > > +static long bch_mca_scan(struct shrinker *shrink, struct shrink_control *sc)<br>
> > >  {<br>
> > >    struct cache_set *c = container_of(shrink, struct cache_set, shrink);<br>
> > >    struct btree *b, *t;<br>
> > >    unsigned long i, nr = sc->nr_to_scan;<br>
> > > + long freed = 0;<br>
> > >  <br>
> > >    if (c->shrinker_disabled)<br>
> > >            return 0;<br>
> > <br>
> > -1 if shrinker disabled?<br>
> > <br>
> > Otherwise if the shrinker is disabled we ultimately hit this loop in<br>
> > shrink_slab_one()<br>
> <br>
> My memory is very hazy on this stuff, but I recall there being another<br>
> loop that'd just spin if we always returned -1.<br>
> <br>
> (It might've been /proc/sys/vm/drop_caches, or maybe that was another<br>
> bug..)<br>
> <br>
<br>
It might be worth chasing down what that bug was and fixing it.<br>
<br>
> But 0 should certainly be safe - if we're always returning 0, then we're<br>
> claiming we don't have anything to shrink.<br>
> <br>
<br>
It won't crash, but in Glauber's current code, it'll call you a few more<br>
times uselessly and the scanned statistics become misleading. I think<br>
Glauber/Dave's series is a big improvement over what we currently have<br>
and it would be nice to get it ironed out.<br>
<br>
-- <br>
Mel Gorman<br>
SUSE Labs<br>
</div>
</span></font>
</body>
</html>