vserver 2.0 rc7
[linux-2.6.git] / fs / jfs / namei.c
index b7c5fb7..8413a36 100644 (file)
@@ -262,8 +262,6 @@ static int jfs_mkdir(struct inode *dip, struct dentry *dentry, int mode)
        ip->i_nlink = 2;        /* for '.' */
        ip->i_op = &jfs_dir_inode_operations;
        ip->i_fop = &jfs_dir_operations;
-       ip->i_mapping->a_ops = &jfs_aops;
-       mapping_set_gfp_mask(ip->i_mapping, GFP_NOFS);
 
        insert_inode_hash(ip);
        mark_inode_dirty(ip);