]> err.no Git - linux-2.6/blobdiff - fs/jfs/jfs_mount.c
[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup
[linux-2.6] / fs / jfs / jfs_mount.c
index c535ffd638e8773ed08782751881a3c520c0c7ec..032d111bc3309b65f4f3a8c80e5556c1a3435afb 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;
 }