diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2013-01-27 16:51:34 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-22 23:31:37 -0500 |
| commit | 4e6b8973282829e0d5898d9721880556957f0f98 (patch) | |
| tree | bb22e255feef55fea6082fb50b5ad8c310516aad /fs/hostfs | |
| parent | 78c3e4732f68bfaaa1e27d36135baa3088bcfdde (diff) | |
hostfs: directory methods have no business in non-directory inode_operations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hostfs')
| -rw-r--r-- | fs/hostfs/hostfs_kern.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c index ba6de25771ac..fbabb906066f 100644 --- a/fs/hostfs/hostfs_kern.c +++ b/fs/hostfs/hostfs_kern.c | |||
| @@ -861,14 +861,6 @@ int hostfs_setattr(struct dentry *dentry, struct iattr *attr) | |||
| 861 | } | 861 | } |
| 862 | 862 | ||
| 863 | static const struct inode_operations hostfs_iops = { | 863 | static const struct inode_operations hostfs_iops = { |
| 864 | .create = hostfs_create, | ||
| 865 | .link = hostfs_link, | ||
| 866 | .unlink = hostfs_unlink, | ||
| 867 | .symlink = hostfs_symlink, | ||
| 868 | .mkdir = hostfs_mkdir, | ||
| 869 | .rmdir = hostfs_rmdir, | ||
| 870 | .mknod = hostfs_mknod, | ||
| 871 | .rename = hostfs_rename, | ||
| 872 | .permission = hostfs_permission, | 864 | .permission = hostfs_permission, |
| 873 | .setattr = hostfs_setattr, | 865 | .setattr = hostfs_setattr, |
| 874 | }; | 866 | }; |
