X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=fs%2Fjfs%2Fnamei.c;h=8413a368f4493ae7085f635d34834b928ef189f8;hp=b7c5fb74194b6d4ef90cf2b37e52b9b4be062981;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475 diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c index b7c5fb741..8413a368f 100644 --- a/fs/jfs/namei.c +++ b/fs/jfs/namei.c @@ -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);