summaryrefslogtreecommitdiffstats
path: root/fs/umsdos
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-22 23:05:57 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-06-22 23:05:57 +0000
commit51d3b7814cdccef9188240fe0cbd8d97ff2c7470 (patch)
tree5cbb01d0323d4f63ade66bdf48ba4a91aaa6df16 /fs/umsdos
parent52273a23c9a84336b93a35e4847fc88fac7eb0e4 (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/umsdos')
-rw-r--r--fs/umsdos/dir.c1
-rw-r--r--fs/umsdos/rdir.c1
-rw-r--r--fs/umsdos/symlink.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/fs/umsdos/dir.c b/fs/umsdos/dir.c
index a780a9587..0f26103c4 100644
--- a/fs/umsdos/dir.c
+++ b/fs/umsdos/dir.c
@@ -838,6 +838,5 @@ struct inode_operations umsdos_dir_inode_operations =
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */
- NULL, /* updatepage */
NULL, /* revalidate */
};
diff --git a/fs/umsdos/rdir.c b/fs/umsdos/rdir.c
index 3f5d10953..7951bb8f8 100644
--- a/fs/umsdos/rdir.c
+++ b/fs/umsdos/rdir.c
@@ -253,6 +253,5 @@ struct inode_operations umsdos_rdir_inode_operations =
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */
- NULL, /* updatepage */
NULL, /* revalidate */
};
diff --git a/fs/umsdos/symlink.c b/fs/umsdos/symlink.c
index 4b3678a22..97ea2da41 100644
--- a/fs/umsdos/symlink.c
+++ b/fs/umsdos/symlink.c
@@ -141,7 +141,6 @@ struct inode_operations umsdos_symlink_inode_operations =
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */
- NULL, /* updatepage */
NULL /* revalidate */
};