diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
commit | 99a7e12f34b3661a0d1354eef83a0eef4df5e34c (patch) | |
tree | 3560aca9ca86792f9ab7bd87861ea143a1b3c7a3 /fs/coda | |
parent | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (diff) |
Merge with Linux 2.3.38.
Diffstat (limited to 'fs/coda')
-rw-r--r-- | fs/coda/dir.c | 3 | ||||
-rw-r--r-- | fs/coda/file.c | 2 | ||||
-rw-r--r-- | fs/coda/psdev.c | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/fs/coda/dir.c b/fs/coda/dir.c index 794a8d263..2a1a122c8 100644 --- a/fs/coda/dir.c +++ b/fs/coda/dir.c @@ -97,9 +97,6 @@ struct file_operations coda_dir_operations = { NULL, coda_release, /* release */ coda_fsync, /* fsync */ - NULL, - NULL, - NULL }; diff --git a/fs/coda/file.c b/fs/coda/file.c index d053258e8..726bd18fd 100644 --- a/fs/coda/file.c +++ b/fs/coda/file.c @@ -68,8 +68,6 @@ struct file_operations coda_file_operations = { coda_release, /* release */ coda_fsync, /* fsync */ NULL, /* fasync */ - NULL, /* check_media_change */ - NULL, /* revalidate */ NULL /* lock */ }; diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index 330b634a3..65aeee08e 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c @@ -327,8 +327,6 @@ static struct file_operations coda_psdev_fops = { coda_psdev_release, /* release */ NULL, /* fsync */ NULL, /* fasync */ - NULL, /* check_media_change */ - NULL, /* revalidate */ NULL /* lock */ }; |