diff options
Diffstat (limited to 'abs/core/linux/suspend-xfs.patch')
-rw-r--r-- | abs/core/linux/suspend-xfs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/linux/suspend-xfs.patch b/abs/core/linux/suspend-xfs.patch new file mode 100644 index 0000000..39705b2 --- /dev/null +++ b/abs/core/linux/suspend-xfs.patch @@ -0,0 +1,12 @@ +diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c +index aa67339..4f18fd9 100644 +--- a/fs/xfs/xfs_trans_ail.c ++++ b/fs/xfs/xfs_trans_ail.c +@@ -497,7 +497,6 @@ xfsaild( + long tout = 0; /* milliseconds */ + + current->flags |= PF_MEMALLOC; +- set_freezable(); + + while (!kthread_should_stop()) { + if (tout && tout <= 20) |