Merge branch 'linus'
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 24 Mar 2006 04:44:19 +0000 (23:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 24 Mar 2006 04:44:19 +0000 (23:44 -0500)
1  2 
fs/Kconfig
include/linux/fs.h
net/sunrpc/sched.c

diff --cc fs/Kconfig
Simple merge
Simple merge
@@@ -62,9 -63,9 +63,9 @@@ static LIST_HEAD(all_tasks)
  /*
   * rpciod-related stuff
   */
- static DECLARE_MUTEX(rpciod_sema);
+ static DEFINE_MUTEX(rpciod_mutex);
  static unsigned int           rpciod_users;
 -static struct workqueue_struct *rpciod_workqueue;
 +struct workqueue_struct *rpciod_workqueue;
  
  /*
   * Spinlock for other critical sections of code.