You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'for-next' into for-linus
Conflicts: Documentation/filesystems/proc.txt arch/arm/mach-u300/include/mach/debug-macro.S drivers/net/qlge/qlge_ethtool.c drivers/net/qlge/qlge_main.c drivers/net/typhoon.c
This commit is contained in:
@@ -2542,7 +2542,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable);
|
||||
* @buffer: The ring buffer to enable writes
|
||||
*
|
||||
* Note, multiple disables will need the same number of enables
|
||||
* to truely enable the writing (much like preempt_disable).
|
||||
* to truly enable the writing (much like preempt_disable).
|
||||
*/
|
||||
void ring_buffer_record_enable(struct ring_buffer *buffer)
|
||||
{
|
||||
@@ -2578,7 +2578,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable_cpu);
|
||||
* @cpu: The CPU to enable.
|
||||
*
|
||||
* Note, multiple disables will need the same number of enables
|
||||
* to truely enable the writing (much like preempt_disable).
|
||||
* to truly enable the writing (much like preempt_disable).
|
||||
*/
|
||||
void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu)
|
||||
{
|
||||
|
||||
@@ -550,7 +550,7 @@ static inline int ftrace_trace_task(struct task_struct *task)
|
||||
* struct trace_parser - servers for reading the user input separated by spaces
|
||||
* @cont: set if the input is not complete - no final space char was found
|
||||
* @buffer: holds the parsed user input
|
||||
* @idx: user input lenght
|
||||
* @idx: user input length
|
||||
* @size: buffer size
|
||||
*/
|
||||
struct trace_parser {
|
||||
|
||||
Reference in New Issue
Block a user