diff options
Diffstat (limited to 'fs/hfs')
-rw-r--r-- | fs/hfs/dir_nat.c | 2 | ||||
-rw-r--r-- | fs/hfs/file.c | 1 | ||||
-rw-r--r-- | fs/hfs/file_cap.c | 1 | ||||
-rw-r--r-- | fs/hfs/file_hdr.c | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/fs/hfs/dir_nat.c b/fs/hfs/dir_nat.c index be6974b66..21d4ca9af 100644 --- a/fs/hfs/dir_nat.c +++ b/fs/hfs/dir_nat.c @@ -99,7 +99,6 @@ struct inode_operations hfs_nat_ndir_inode_operations = { NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; @@ -122,7 +121,6 @@ struct inode_operations hfs_nat_hdir_inode_operations = { NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; diff --git a/fs/hfs/file.c b/fs/hfs/file.c index 00bebd017..d3796e275 100644 --- a/fs/hfs/file.c +++ b/fs/hfs/file.c @@ -69,7 +69,6 @@ struct inode_operations hfs_file_inode_operations = { hfs_file_truncate, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; diff --git a/fs/hfs/file_cap.c b/fs/hfs/file_cap.c index b3a58912c..789073d19 100644 --- a/fs/hfs/file_cap.c +++ b/fs/hfs/file_cap.c @@ -83,7 +83,6 @@ struct inode_operations hfs_cap_info_inode_operations = { cap_info_truncate, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidata */ }; diff --git a/fs/hfs/file_hdr.c b/fs/hfs/file_hdr.c index c1e1534b0..d112b3498 100644 --- a/fs/hfs/file_hdr.c +++ b/fs/hfs/file_hdr.c @@ -85,7 +85,6 @@ struct inode_operations hfs_hdr_inode_operations = { hdr_truncate, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; |