Found 3 matching messages (0.037 seconds). Page 1 of 1.
- Re: [PATCH] smbfs: Remove unnecessary allow_signal
... index 3e61b44..67176af 100644
> --- a/fs/smbfs/smbiod.c
> +++ b/fs/ ... static int smbiod(void *unused)
> {
> - allow_signal(SIGKILL);
> -
> VERBOSE("SMB Kernel thread ... current->pid);
>
Why is it unnecessary? afaict we can presently terminate ...
linux-kernel - Andrew Morton - Apr 19 2007 - 18:47
- [PATCH] smbfs: Remove unnecessary allow_signal
... W. Biederman
---
fs/smbfs/smbiod.c | 2 --
1 files changed, ... c
index 3e61b44..67176af 100644
--- a/fs/smbfs/smbiod.c
+++ b/fs/ ...
static int smbiod(void *unused)
{
- allow_signal(SIGKILL);
-
VERBOSE("SMB Kernel thread ...
linux-kernel - Eric W. Biederman - Apr 19 2007 - 02:55
- [PATCH] smbfs: Remove unnecessary allow_signal
... W. Biederman
---
fs/smbfs/smbiod.c | 2 --
1 files changed, ... c
index 3e61b44..67176af 100644
--- a/fs/smbfs/smbiod.c
+++ b/fs/ ...
static int smbiod(void *unused)
{
- allow_signal(SIGKILL);
-
VERBOSE("SMB Kernel thread ...
linux-kernel - Eric W. Biederman - Apr 19 2007 - 03:59