[PATCH] JFS: Support page sizes greater than 4K
jfs has never worked on architecutures where the page size was not 4K. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user