diff options
| author | Tom Zanussi <[email protected]> | 2006-01-08 01:02:24 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-01-08 20:13:49 -0800 |
| commit | 907f2c77d1653ce235e8e1fd6ce5c46005814e78 (patch) | |
| tree | dddb1fb14c4be54b066585235c97a36460e8faff /scripts/patch-kernel | |
| parent | 6625b861f8f0e429902b8671b3e70792cd99074e (diff) | |
[PATCH] relayfs: export relayfs_create_file() with fileops param
This patch adds a mandatory fileops param to relayfs_create_file() and exports
that function so that clients can use it to create files defined by their own
set of file operations, in relayfs. The purpose is to allow relayfs
applications to create their own set of 'control' files alongside their relay
files in relayfs rather than having to create them in /proc or debugfs for
instance. relayfs_create_file() is also used by relay_open_buf() to create
the relay files for a channel. In this case, a pointer to
relayfs_file_operations is passed in, along with a pointer to the buffer
associated with the file.
Signed-off-by: Tom Zanussi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions