sched implementation not depends on macro abstraction, so revert below commit:
This reverts commit 4e62d0005a9648d318fdce73119b004374da54c9
This reverts commit 0f0c370520aba7695f5c7bbae866a73d40a59174
This reverts commit ad0efd04ee4bcf14e334b28a8681ca1063f1e2a8
Signed-off-by: chao an <anchao@lixiang.com>
ensure the behaviour same before:
commit b76c4672d64d226e6ea5c44fa7d3b95e2df8482c (origin/root)
Author: Xiang Xiao <xiaoxiang@xiaomi.com>
Date: Tue Sep 15 17:42:42 2020 +0800
vfs: Create a node as the root of pseudo file system
to remove the special process for root
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution: Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly. This commit is only for those files under fs/inode. Utility functions under fs/incode were modified so the changes do extend to other fs/ sub-directories as well.