]> Git Repo - linux.git/commit
[PATCH] relayfs: cleanup, change relayfs_file_* to relay_file_*
authorTom Zanussi <[email protected]>
Sun, 8 Jan 2006 09:02:31 +0000 (01:02 -0800)
committerLinus Torvalds <[email protected]>
Mon, 9 Jan 2006 04:13:51 +0000 (20:13 -0800)
commit761da5c88aca34586e5b7295bd8b9be2438906f2
treef5d1c91d1e16b0e8649ccaf3bdd7d163658e7455
parentdf49af8f3392e96ddbc9cf6dd81fbdc0496e1b44
[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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/relayfs/inode.c
fs/relayfs/relay.c
include/linux/relayfs_fs.h
This page took 0.049979 seconds and 4 git commands to generate.