diff options
author | Tom Zanussi <zanussi@us.ibm.com> | 2006-01-08 04:02:31 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 23:13:51 -0500 |
commit | 761da5c88aca34586e5b7295bd8b9be2438906f2 (patch) | |
tree | f5d1c91d1e16b0e8649ccaf3bdd7d163658e7455 /include | |
parent | df49af8f3392e96ddbc9cf6dd81fbdc0496e1b44 (diff) |
[PATCH] relayfs: cleanup, change relayfs_file_* to relay_file_*
This patch renames relayfs_file_operations to relay_file_operations, and the
file operations themselves from relayfs_XXX to relay_file_XXX, to make it more
clear that they refer to relay files.
Signed-off-by: Tom Zanussi <zanussi@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/relayfs_fs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/relayfs_fs.h b/include/linux/relayfs_fs.h index 30f45511b40d..7342e66247fb 100644 --- a/include/linux/relayfs_fs.h +++ b/include/linux/relayfs_fs.h | |||
@@ -279,10 +279,9 @@ static inline void subbuf_start_reserve(struct rchan_buf *buf, | |||
279 | } | 279 | } |
280 | 280 | ||
281 | /* | 281 | /* |
282 | * exported relayfs file operations, fs/relayfs/inode.c | 282 | * exported relay file operations, fs/relayfs/inode.c |
283 | */ | 283 | */ |
284 | 284 | extern struct file_operations relay_file_operations; | |
285 | extern struct file_operations relayfs_file_operations; | ||
286 | 285 | ||
287 | #endif /* _LINUX_RELAYFS_FS_H */ | 286 | #endif /* _LINUX_RELAYFS_FS_H */ |
288 | 287 | ||