forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watch_queue: Drop references to /dev/watch_queue
The merged API doesn't use a watch_queue device, but instead relies on pipes, so let the documentation reflect that. Fixes: f7e4767 ("watch_queue: Add a key/keyring notification facility") Signed-off-by: Gabriel Krisman Bertazi <[email protected]> Signed-off-by: David Howells <[email protected]> Acked-by: Jarkko Sakkinen <[email protected]> Reviewed-by: Ben Boeckel <[email protected]>
- Loading branch information
1 parent
796e46f
commit 8fe62e0
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* Use /dev/watch_queue to watch for notifications. | ||
/* Use watch_queue API to watch for notifications. | ||
* | ||
* Copyright (C) 2020 Red Hat, Inc. All Rights Reserved. | ||
* Written by David Howells ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters