]> Pileus Git - ~andy/linux/commit
xfs: WQ_NON_REENTRANT is meaningless and going away
authorTejun Heo <tj@kernel.org>
Tue, 30 Jul 2013 12:40:26 +0000 (08:40 -0400)
committerBen Myers <bpm@sgi.com>
Tue, 30 Jul 2013 18:11:17 +0000 (13:11 -0500)
commit7a378c9aeab3782a5f998c17313bc7027cee3454
tree16c9759c034cbff1fe6728ea6277d8e8e89b0c31
parente60896d8f2b81412421953e14d3feb14177edb56
xfs: WQ_NON_REENTRANT is meaningless and going away

dbf2576e37 ("workqueue: make all workqueues non-reentrant") made
WQ_NON_REENTRANT no-op and the flag is going away.  Remove its usages.

This patch doesn't introduce any behavior changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ben Myers <bpm@sgi.com>
Cc: Alex Elder <elder@kernel.org>
Cc: xfs@oss.sgi.com
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_super.c