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 /fs/affs | |
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 'fs/affs')
-rw-r--r-- | fs/affs/dir.c | 1 | ||||
-rw-r--r-- | fs/affs/file.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/fs/affs/dir.c b/fs/affs/dir.c index 3a1c78ef0..ee08ff451 100644 --- a/fs/affs/dir.c +++ b/fs/affs/dir.c @@ -63,7 +63,6 @@ struct inode_operations affs_dir_inode_operations = { NULL, /* truncate */ NULL, /* permissions */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; diff --git a/fs/affs/file.c b/fs/affs/file.c index 1961b4ec3..bb1ce69c8 100644 --- a/fs/affs/file.c +++ b/fs/affs/file.c @@ -80,7 +80,6 @@ struct inode_operations affs_file_inode_operations = { affs_truncate, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; @@ -121,7 +120,6 @@ struct inode_operations affs_file_inode_operations_ofs = { affs_truncate, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; |