From 419a368acbb540db6ae8cff8efb04dca76824409 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Nov 2003 12:52:47 +0000 Subject: handle image_raw (ie non-mounted live_tree) --- move/tools/busy-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move/tools/busy-files b/move/tools/busy-files index 6275578ff..5c770c561 100755 --- a/move/tools/busy-files +++ b/move/tools/busy-files @@ -13,7 +13,7 @@ my @l = map { push @l, grep { $_ } map { (split)[5] } map { cat_("/proc/$_/maps") } @pids; if ($ARGV[0] eq '--totem') { - @l = grep { m!/image(_boot)?/! } @l; + @l = grep { m!/image(_boot|_raw)?/! } @l; $ARGV[0] = '--server'; } foreach (uniq @l) { -- cgit v1.2.1