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


Reply via email to