|
|
| File: [Development] / linux-2.6-xfs / fs / relayfs / Attic / relay.h (download)
Revision 1.1, Mon Aug 29 15:19:41 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Merge relayfs and the initial block device tracing patch from Jens. Merge of 2.6.x-xfs-melb:linux:23656a by kenmcd. |
#ifndef _RELAY_H #define _RELAY_H struct dentry *relayfs_create_file(const char *name, struct dentry *parent, int mode, struct rchan *chan); extern int relayfs_remove(struct dentry *dentry); extern int relay_buf_empty(struct rchan_buf *buf); extern void relay_destroy_channel(struct kref *kref); #endif /* _RELAY_H */