]> git.baikalelectronics.ru Git - kernel.git/commit
affs: Use sema_init instead of init_MUTEX
authorThomas Gleixner <tglx@linutronix.de>
Tue, 7 Sep 2010 14:33:11 +0000 (14:33 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Oct 2010 15:39:25 +0000 (17:39 +0200)
commit70ecebe75c08c9ab22afd57c3a2a8da28af49c33
tree2723c4ec42032d7700c57d66ab172d49e8747612
parentb87b2b67af7de1c55e81a6f3a5f5e007be3a6c26
affs: Use sema_init instead of init_MUTEX

Get rid of init_MUTE() and use sema_init() instead.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
LKML-Reference: <20100907125056.511395595@linutronix.de>
fs/affs/super.c