* [PATCH] framework: fix umount ahead of mount
@ 2022-12-22 6:47 Lijuan Tu
2022-12-26 5:26 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2022-12-22 6:47 UTC (permalink / raw)
To: dts; +Cc: Lijuan Tu
umount will impact other applications, it is not a good idea,
so remove it.
Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
---
framework/crb.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/framework/crb.py b/framework/crb.py
index bd16004a..3c93fdc4 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -205,7 +205,6 @@ class Crb(object):
"""
Mount hugepage file system on CRB.
"""
- self.send_expect("umount `awk '/hugetlbfs/ { print $2 }' /proc/mounts`", "# ")
out = self.send_expect("awk '/hugetlbfs/ { print $2 }' /proc/mounts", "# ")
# if no hugetlbfs mounted, then above command will return " [PEXPECT]#"
# so strip the unexptectd " [PEXPECT]#", to proceed to mount the hugetlbfs
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] framework: fix umount ahead of mount
2022-12-22 6:47 [PATCH] framework: fix umount ahead of mount Lijuan Tu
@ 2022-12-26 5:26 ` lijuan.tu
0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-12-26 5:26 UTC (permalink / raw)
To: dts, Lijuan Tu; +Cc: Lijuan Tu
On Thu, 22 Dec 2022 14:47:00 +0800, Lijuan Tu <lijuan.tu@intel.com> wrote:
> umount will impact other applications, it is not a good idea,
> so remove it.
>
> Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-26 5:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22 6:47 [PATCH] framework: fix umount ahead of mount Lijuan Tu
2022-12-26 5:26 ` lijuan.tu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).