summaryrefslogtreecommitdiffstats
path: root/fs/hfs
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
commit33263fc5f9ac8e8cb2b22d06af3ce5ac1dd815e4 (patch)
tree2d1b86a40bef0958a68cf1a2eafbeb0667a70543 /fs/hfs
parent216f5f51aa02f8b113aa620ebc14a9631a217a00 (diff)
Merge with Linux 2.3.32.
Diffstat (limited to 'fs/hfs')
-rw-r--r--fs/hfs/dir_cap.c6
-rw-r--r--fs/hfs/dir_dbl.c2
-rw-r--r--fs/hfs/dir_nat.c4
-rw-r--r--fs/hfs/file.c2
-rw-r--r--fs/hfs/file_cap.c2
-rw-r--r--fs/hfs/file_hdr.c2
6 files changed, 0 insertions, 18 deletions
diff --git a/fs/hfs/dir_cap.c b/fs/hfs/dir_cap.c
index a5ce908a7..602d85c52 100644
--- a/fs/hfs/dir_cap.c
+++ b/fs/hfs/dir_cap.c
@@ -90,10 +90,8 @@ struct inode_operations hfs_cap_ndir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -113,10 +111,8 @@ struct inode_operations hfs_cap_fdir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -136,10 +132,8 @@ struct inode_operations hfs_cap_rdir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
diff --git a/fs/hfs/dir_dbl.c b/fs/hfs/dir_dbl.c
index d68f7ed6a..bc32f23c1 100644
--- a/fs/hfs/dir_dbl.c
+++ b/fs/hfs/dir_dbl.c
@@ -89,10 +89,8 @@ struct inode_operations hfs_dbl_dir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
diff --git a/fs/hfs/dir_nat.c b/fs/hfs/dir_nat.c
index aa8a90220..855d3434e 100644
--- a/fs/hfs/dir_nat.c
+++ b/fs/hfs/dir_nat.c
@@ -96,10 +96,8 @@ struct inode_operations hfs_nat_ndir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -119,10 +117,8 @@ struct inode_operations hfs_nat_hdir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
diff --git a/fs/hfs/file.c b/fs/hfs/file.c
index 594d65271..ec1d5ada4 100644
--- a/fs/hfs/file.c
+++ b/fs/hfs/file.c
@@ -66,10 +66,8 @@ struct inode_operations hfs_file_inode_operations = {
hfs_bmap, /* get_block */
block_read_full_page, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
hfs_file_truncate, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
diff --git a/fs/hfs/file_cap.c b/fs/hfs/file_cap.c
index e96dd7f20..23566021b 100644
--- a/fs/hfs/file_cap.c
+++ b/fs/hfs/file_cap.c
@@ -80,10 +80,8 @@ struct inode_operations hfs_cap_info_inode_operations = {
NULL, /* get_block - none */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
cap_info_truncate, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidata */
};
diff --git a/fs/hfs/file_hdr.c b/fs/hfs/file_hdr.c
index 58a12133a..bb7d82e4f 100644
--- a/fs/hfs/file_hdr.c
+++ b/fs/hfs/file_hdr.c
@@ -82,10 +82,8 @@ struct inode_operations hfs_hdr_inode_operations = {
header part has no disk block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
hdr_truncate, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};