• I
    locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define · f21860ba
    Ingo Molnar 提交于
    Mike noticed this bogosity:
    
     > > +# define mutex_lock_nest_io(lock, nest_lock) mutex_io(lock)
     >                                                 ^^^^^^^^^^^^^^ typo
    
    This new locking API is not used yet, so this didn't trigger in testing.
    
    Fix it.
    Reported-by: NMike Galbraith <efault@gmx.de>
    Cc: Tejun Heo <tj@kernel.org>
    Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Jens Axboe <axboe@kernel.dk>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: adilger.kernel@dilger.ca
    Cc: jack@suse.com
    Cc: kernel-team@fb.com
    Cc: mingbo@fb.com
    Cc: tytso@mit.edu
    Signed-off-by: NIngo Molnar <mingo@kernel.org>
    f21860ba
mutex.h 6.8 KB