diff options
Diffstat (limited to 'fs/ecryptfs/main.c')
-rw-r--r-- | fs/ecryptfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 6b801186baa5..25aeaa7328ba 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c | |||
@@ -660,7 +660,7 @@ static struct ecryptfs_cache_info { | |||
660 | struct kmem_cache **cache; | 660 | struct kmem_cache **cache; |
661 | const char *name; | 661 | const char *name; |
662 | size_t size; | 662 | size_t size; |
663 | unsigned long flags; | 663 | slab_flags_t flags; |
664 | void (*ctor)(void *obj); | 664 | void (*ctor)(void *obj); |
665 | } ecryptfs_cache_infos[] = { | 665 | } ecryptfs_cache_infos[] = { |
666 | { | 666 | { |