diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-04 07:40:19 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-04 07:40:19 +0000 |
commit | 33263fc5f9ac8e8cb2b22d06af3ce5ac1dd815e4 (patch) | |
tree | 2d1b86a40bef0958a68cf1a2eafbeb0667a70543 /fs/adfs | |
parent | 216f5f51aa02f8b113aa620ebc14a9631a217a00 (diff) |
Merge with Linux 2.3.32.
Diffstat (limited to 'fs/adfs')
-rw-r--r-- | fs/adfs/dir.c | 2 | ||||
-rw-r--r-- | fs/adfs/file.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/fs/adfs/dir.c b/fs/adfs/dir.c index 0d0d11a06..f3eb4e872 100644 --- a/fs/adfs/dir.c +++ b/fs/adfs/dir.c @@ -54,10 +54,8 @@ struct inode_operations adfs_dir_inode_operations = { NULL, /* get_block */ NULL, /* read page */ NULL, /* write page */ - NULL, /* flush page */ NULL, /* truncate */ NULL, /* permission */ - NULL, /* smap */ NULL /* revalidate */ }; diff --git a/fs/adfs/file.c b/fs/adfs/file.c index c415597e3..2881e81f1 100644 --- a/fs/adfs/file.c +++ b/fs/adfs/file.c @@ -64,9 +64,7 @@ struct inode_operations adfs_file_inode_operations = { adfs_bmap, /* get_block */ block_read_full_page, /* readpage */ NULL, /* writepage */ - NULL, /* flushpage */ NULL, /* truncate */ NULL, /* permission */ - NULL, /* smap */ NULL /* revalidate */ }; |