On 07/09/2016 01:52 AM, Janani Ravichandran wrote: > diff --git a/fs/super.c b/fs/super.c > index d78b984..051073c 100644 > --- a/fs/super.c > +++ b/fs/super.c > @@ -241,6 +241,7 @@ static struct super_block *alloc_super(struct file_system_type *type, int flags) > s->s_time_gran = 1000000000; > s->cleancache_poolid = CLEANCACHE_NO_POOL; > > + s->s_shrink.name = "super_cache_shrinker"; my patchset made this a little more granular wrt superblock types by including type->name -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>