Re: [PATCH] FUSE: don't allow restarting of system calls

From: Bryan Henderson
Date: Fri May 20 2005 - 19:43:03 EST


>Having a program be stuck in read/write ignoring signals, so that
>Control-C, Control-Z and kill don't work on it, while it's waiting for
>some network operation, is a horrible thing.

I've made it a personal crusade to eliminate D state. In addition to all
the damage done by computer resources being locked up, something about my
computer ignoring me rankles me on a personal level.

I believe this proposal is about making open() hang, which I think is even
more painful than having read/write hang. open() is often designed to
block much more casually.

--
Bryan Henderson IBM Almaden Research Center
San Jose CA Filesystems
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/