vserver 2.0 rc7
[linux-2.6.git] / fs / jfs / jfs_mount.c
index c535ffd..032d111 100644 (file)
@@ -285,11 +285,6 @@ int jfs_mount_rw(struct super_block *sb, int remount)
         */
        logMOUNT(sb);
 
-       /*
-        * Set page cache allocation policy
-        */
-       mapping_set_gfp_mask(sb->s_bdev->bd_inode->i_mapping, GFP_NOFS);
-
        return rc;
 }