diff options
Diffstat (limited to 'fs/btrfs/async-thread.c')
| -rw-r--r-- | fs/btrfs/async-thread.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index e00c8a9fd5bb..d5540749f0e5 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c @@ -67,7 +67,7 @@ struct btrfs_workqueue {  static void normal_work_helper(struct btrfs_work *work);  #define BTRFS_WORK_HELPER(name)					\ -void btrfs_##name(struct work_struct *arg)				\ +noinline_for_stack void btrfs_##name(struct work_struct *arg)		\  {									\  	struct btrfs_work *work = container_of(arg, struct btrfs_work,	\  					       normal_work);		\  | 
