From 51d3b7814cdccef9188240fe0cbd8d97ff2c7470 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 22 Jun 1999 23:05:57 +0000 Subject: 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 ... --- fs/hpfs/inode.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'fs/hpfs') diff --git a/fs/hpfs/inode.c b/fs/hpfs/inode.c index 99bfa1004..17984d667 100644 --- a/fs/hpfs/inode.c +++ b/fs/hpfs/inode.c @@ -48,7 +48,6 @@ static const struct inode_operations hpfs_file_iops = &hpfs_truncate, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL, /* revalidate */ }; @@ -91,7 +90,6 @@ static const struct inode_operations hpfs_dir_iops = NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL, /* revalidate */ }; @@ -115,7 +113,6 @@ const struct inode_operations hpfs_symlink_iops = NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL, /* revalidate */ }; -- cgit v1.2.3