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
index 3fc13bea302d49648ebd7f58329f48dcc03747e6,dff07795bd16af0dbbb5ff1cb51e4729a28ef3ab..b9969b91a9f73a5f149b6e5403c358a0207b0662
@@@ -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.