diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-22 23:05:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-22 23:05:57 +0000 |
commit | 51d3b7814cdccef9188240fe0cbd8d97ff2c7470 (patch) | |
tree | 5cbb01d0323d4f63ade66bdf48ba4a91aaa6df16 /include/linux/nfs_fs_i.h | |
parent | 52273a23c9a84336b93a35e4847fc88fac7eb0e4 (diff) |
Merge with Linux 2.3.7.
WARNING: 2.3.7 is known to eat filesystems for breakfast and little
children for lunch, so if you try this on your machine make backups
first ...
Diffstat (limited to 'include/linux/nfs_fs_i.h')
-rw-r--r-- | include/linux/nfs_fs_i.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/nfs_fs_i.h b/include/linux/nfs_fs_i.h index d21f0078f..13bf610b6 100644 --- a/include/linux/nfs_fs_i.h +++ b/include/linux/nfs_fs_i.h @@ -9,13 +9,6 @@ */ struct nfs_inode_info { /* - * This is a place holder so named pipes on NFS filesystems - * work (more or less correctly). This must be first in the - * struct because the data is really accessed via inode->u.pipe_i. - */ - struct pipe_inode_info pipeinfo; - - /* * Various flags */ unsigned short flags; |