From 33263fc5f9ac8e8cb2b22d06af3ce5ac1dd815e4 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 4 Feb 2000 07:40:19 +0000 Subject: Merge with Linux 2.3.32. --- fs/hfs/dir_cap.c | 6 ------ fs/hfs/dir_dbl.c | 2 -- fs/hfs/dir_nat.c | 4 ---- fs/hfs/file.c | 2 -- fs/hfs/file_cap.c | 2 -- fs/hfs/file_hdr.c | 2 -- 6 files changed, 18 deletions(-) (limited to 'fs/hfs') 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 */ }; -- cgit v1.2.3