projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structure
[linux-2.6]
/
fs
/
relayfs
/
relay.h
1
#ifndef _RELAY_H
2
#define _RELAY_H
3
4
extern int relayfs_remove(struct dentry *dentry);
5
extern int relay_buf_empty(struct rchan_buf *buf);
6
extern void relay_destroy_channel(struct kref *kref);
7
8
#endif /* _RELAY_H */