diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
| commit | 012e060c95e547eceea4a12c6f58592473bf4011 (patch) | |
| tree | b57d3eafb50ce517577d2cf366c9ef0b4b286589 /fs/hostfs/hostfs_kern.c | |
| parent | 923f122573851d18a3832ca808269fa2d5046fb1 (diff) | |
| parent | ed39f731ab2e77e58122232f6e27333331d7793d (diff) | |
Merge branch 'master'
Diffstat (limited to 'fs/hostfs/hostfs_kern.c')
| -rw-r--r-- | fs/hostfs/hostfs_kern.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c index 59c5062cd63f..dd7113106269 100644 --- a/fs/hostfs/hostfs_kern.c +++ b/fs/hostfs/hostfs_kern.c | |||
| @@ -793,11 +793,6 @@ int hostfs_rename(struct inode *from_ino, struct dentry *from, | |||
| 793 | return(err); | 793 | return(err); |
| 794 | } | 794 | } |
| 795 | 795 | ||
| 796 | void hostfs_truncate(struct inode *ino) | ||
| 797 | { | ||
| 798 | not_implemented(); | ||
| 799 | } | ||
| 800 | |||
| 801 | int hostfs_permission(struct inode *ino, int desired, struct nameidata *nd) | 796 | int hostfs_permission(struct inode *ino, int desired, struct nameidata *nd) |
| 802 | { | 797 | { |
| 803 | char *name; | 798 | char *name; |
| @@ -894,7 +889,6 @@ static struct inode_operations hostfs_iops = { | |||
| 894 | .rmdir = hostfs_rmdir, | 889 | .rmdir = hostfs_rmdir, |
| 895 | .mknod = hostfs_mknod, | 890 | .mknod = hostfs_mknod, |
| 896 | .rename = hostfs_rename, | 891 | .rename = hostfs_rename, |
| 897 | .truncate = hostfs_truncate, | ||
| 898 | .permission = hostfs_permission, | 892 | .permission = hostfs_permission, |
| 899 | .setattr = hostfs_setattr, | 893 | .setattr = hostfs_setattr, |
| 900 | .getattr = hostfs_getattr, | 894 | .getattr = hostfs_getattr, |
| @@ -910,7 +904,6 @@ static struct inode_operations hostfs_dir_iops = { | |||
| 910 | .rmdir = hostfs_rmdir, | 904 | .rmdir = hostfs_rmdir, |
| 911 | .mknod = hostfs_mknod, | 905 | .mknod = hostfs_mknod, |
| 912 | .rename = hostfs_rename, | 906 | .rename = hostfs_rename, |
| 913 | .truncate = hostfs_truncate, | ||
| 914 | .permission = hostfs_permission, | 907 | .permission = hostfs_permission, |
| 915 | .setattr = hostfs_setattr, | 908 | .setattr = hostfs_setattr, |
| 916 | .getattr = hostfs_getattr, | 909 | .getattr = hostfs_getattr, |
