File:  [Early Linux] / linux / fs / ext / fifo.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:10:42 2018 UTC (8 years, 2 months ago) by root
Branches: linus, MAIN
CVS tags: linux098, linux097, linux096c, HEAD
linux 0.96c

/*
 *  linux/fs/fifo.c
 *
 *  written by Paul H. Hargrove.
 */

#include <linux/sched.h>
#include <linux/ext_fs.h>

extern struct file_operations def_fifo_fops;

struct inode_operations ext_fifo_inode_operations = {
	&def_fifo_fops,		/* default file operations */
	NULL,			/* create */
	NULL,			/* lookup */
	NULL,			/* link */
	NULL,			/* unlink */
	NULL,			/* symlink */
	NULL,			/* mkdir */
	NULL,			/* rmdir */
	NULL,			/* mknod */
	NULL,			/* rename */
	NULL,			/* readlink */
	NULL,			/* follow_link */
	NULL,			/* bmap */
	NULL			/* truncate */
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.