vserver 1.9.3
[linux-2.6.git] / fs / coda / inode.c
index 7345de4..11b7eb1 100644 (file)
@@ -69,7 +69,7 @@ int coda_init_inodecache(void)
 {
        coda_inode_cachep = kmem_cache_create("coda_inode_cache",
                                sizeof(struct coda_inode_info),
-                               0, SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT,
+                               0, SLAB_RECLAIM_ACCOUNT,
                                init_once, NULL);
        if (coda_inode_cachep == NULL)
                return -ENOMEM;
@@ -142,7 +142,7 @@ static int get_device_index(struct coda_mount_data *data)
 
 static int coda_fill_super(struct super_block *sb, void *data, int silent)
 {
-        struct inode *root = 0
+        struct inode *root = NULL
        struct coda_sb_info *sbi = NULL;
        struct venus_comm *vc = NULL;
        struct CodaFid fid;