Loading fs/hpfs/Kconfig +0 −1 Original line number Diff line number Diff line config HPFS_FS tristate "OS/2 HPFS file system support" depends on BLOCK depends on BROKEN || !PREEMPT help OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS is the file system used for organizing files on OS/2 hard disk Loading fs/hpfs/super.c +0 −5 Original line number Diff line number Diff line Loading @@ -479,11 +479,6 @@ static int hpfs_fill_super(struct super_block *s, void *options, int silent) int o; if (num_possible_cpus() > 1) { printk(KERN_ERR "HPFS is not SMP safe\n"); return -EINVAL; } save_mount_options(s, options); sbi = kzalloc(sizeof(*sbi), GFP_KERNEL); Loading Loading
fs/hpfs/Kconfig +0 −1 Original line number Diff line number Diff line config HPFS_FS tristate "OS/2 HPFS file system support" depends on BLOCK depends on BROKEN || !PREEMPT help OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS is the file system used for organizing files on OS/2 hard disk Loading
fs/hpfs/super.c +0 −5 Original line number Diff line number Diff line Loading @@ -479,11 +479,6 @@ static int hpfs_fill_super(struct super_block *s, void *options, int silent) int o; if (num_possible_cpus() > 1) { printk(KERN_ERR "HPFS is not SMP safe\n"); return -EINVAL; } save_mount_options(s, options); sbi = kzalloc(sizeof(*sbi), GFP_KERNEL); Loading