sparc: switch to using asm-generic for seccomp.h
[linux-2.6-block.git] / fs / super.c
index 2b7dc90ccdbb4ae1ceac7725967cec2a643e21c7..928c20f47af9c1e26906e7e3be7dfa7705e8ca15 100644 (file)
@@ -224,7 +224,7 @@ static struct super_block *alloc_super(struct file_system_type *type, int flags)
        s->s_maxbytes = MAX_NON_LFS;
        s->s_op = &default_op;
        s->s_time_gran = 1000000000;
-       s->cleancache_poolid = -1;
+       s->cleancache_poolid = CLEANCACHE_NO_POOL;
 
        s->s_shrink.seeks = DEFAULT_SEEKS;
        s->s_shrink.scan_objects = super_cache_scan;