Loading Documentation/filesystems/ext3.txt +13 −13 Original line number Diff line number Diff line Loading @@ -57,19 +57,19 @@ oldalloc This disables the Orlov block allocator and enables the we'd like to get some feedback if it's the contrary for you. user_xattr (*) Enables POSIX Extended Attributes. It's enabled by default, however you need to confifure its support (CONFIG_EXT3_FS_XATTR). This is neccesary if you want to use POSIX Acces Control Lists support. You can visit http://acl.bestbits.at to know more about POSIX Extended attributes. nouser_xattr Disables POSIX Extended Attributes. acl (*) Enables POSIX Access Control Lists support. This is enabled by default, however you need to configure its support (CONFIG_EXT3_FS_POSIX_ACL). If you want to know more about ACLs visit http://acl.bestbits.at user_xattr Enables Extended User Attributes. Additionally, you need to have extended attribute support enabled in the kernel configuration (CONFIG_EXT3_FS_XATTR). See the attr(5) manual page and http://acl.bestbits.at to learn more about extended attributes. nouser_xattr Disables Extended User Attributes. acl Enables POSIX Access Control Lists support. Additionally, you need to have ACL support enabled in the kernel configuration (CONFIG_EXT3_FS_POSIX_ACL). See the acl(5) manual page and http://acl.bestbits.at for more information. noacl This option disables POSIX Access Control List support. Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ outputmakefile: # of make so .config is not included in this case either (for *config). no-dot-config-targets := clean mrproper distclean \ cscope TAGS tags help %docs check% kernelrelease cscope TAGS tags help %docs check% config-targets := 0 mixed-targets := 0 Loading arch/i386/kernel/kprobes.c +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) */ save_previous_kprobe(kcb); set_current_kprobe(p, regs, kcb); p->nmissed++; kprobes_inc_nmissed_count(p); prepare_singlestep(p, regs); kcb->kprobe_status = KPROBE_REENTER; return 1; Loading arch/i386/kernel/traps.c +0 −7 Original line number Diff line number Diff line Loading @@ -650,13 +650,6 @@ fastcall void do_nmi(struct pt_regs * regs, long error_code) cpu = smp_processor_id(); #ifdef CONFIG_HOTPLUG_CPU if (!cpu_online(cpu)) { nmi_exit(); return; } #endif ++nmi_count(cpu); if (!rcu_dereference(nmi_callback)(regs, cpu)) Loading arch/ia64/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ config IA64_UNCACHED_ALLOCATOR bool select GENERIC_ALLOCATOR config ZONE_DMA_IS_DMA32 config DMA_IS_DMA32 bool default y Loading Loading
Documentation/filesystems/ext3.txt +13 −13 Original line number Diff line number Diff line Loading @@ -57,19 +57,19 @@ oldalloc This disables the Orlov block allocator and enables the we'd like to get some feedback if it's the contrary for you. user_xattr (*) Enables POSIX Extended Attributes. It's enabled by default, however you need to confifure its support (CONFIG_EXT3_FS_XATTR). This is neccesary if you want to use POSIX Acces Control Lists support. You can visit http://acl.bestbits.at to know more about POSIX Extended attributes. nouser_xattr Disables POSIX Extended Attributes. acl (*) Enables POSIX Access Control Lists support. This is enabled by default, however you need to configure its support (CONFIG_EXT3_FS_POSIX_ACL). If you want to know more about ACLs visit http://acl.bestbits.at user_xattr Enables Extended User Attributes. Additionally, you need to have extended attribute support enabled in the kernel configuration (CONFIG_EXT3_FS_XATTR). See the attr(5) manual page and http://acl.bestbits.at to learn more about extended attributes. nouser_xattr Disables Extended User Attributes. acl Enables POSIX Access Control Lists support. Additionally, you need to have ACL support enabled in the kernel configuration (CONFIG_EXT3_FS_POSIX_ACL). See the acl(5) manual page and http://acl.bestbits.at for more information. noacl This option disables POSIX Access Control List support. Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ outputmakefile: # of make so .config is not included in this case either (for *config). no-dot-config-targets := clean mrproper distclean \ cscope TAGS tags help %docs check% kernelrelease cscope TAGS tags help %docs check% config-targets := 0 mixed-targets := 0 Loading
arch/i386/kernel/kprobes.c +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) */ save_previous_kprobe(kcb); set_current_kprobe(p, regs, kcb); p->nmissed++; kprobes_inc_nmissed_count(p); prepare_singlestep(p, regs); kcb->kprobe_status = KPROBE_REENTER; return 1; Loading
arch/i386/kernel/traps.c +0 −7 Original line number Diff line number Diff line Loading @@ -650,13 +650,6 @@ fastcall void do_nmi(struct pt_regs * regs, long error_code) cpu = smp_processor_id(); #ifdef CONFIG_HOTPLUG_CPU if (!cpu_online(cpu)) { nmi_exit(); return; } #endif ++nmi_count(cpu); if (!rcu_dereference(nmi_callback)(regs, cpu)) Loading
arch/ia64/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ config IA64_UNCACHED_ALLOCATOR bool select GENERIC_ALLOCATOR config ZONE_DMA_IS_DMA32 config DMA_IS_DMA32 bool default y Loading