Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9511
b: refs/heads/master
c: daa35ed
h: refs/heads/master
i:
  9509: 6e73c90
  9507: ec0c8dc
  9503: 9f9b728
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Sep 30, 2005
1 parent 0f4c271 commit 2f1a9c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd948057357db5febfe64cf7a9ef11d7e347ffec
refs/heads/master: daa35edc0a967d1f77c2e2c1346f57d04371487a
7 changes: 0 additions & 7 deletions trunk/fs/hostfs/hostfs_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,11 +793,6 @@ int hostfs_rename(struct inode *from_ino, struct dentry *from,
return(err);
}

void hostfs_truncate(struct inode *ino)
{
not_implemented();
}

int hostfs_permission(struct inode *ino, int desired, struct nameidata *nd)
{
char *name;
Expand Down Expand Up @@ -894,7 +889,6 @@ static struct inode_operations hostfs_iops = {
.rmdir = hostfs_rmdir,
.mknod = hostfs_mknod,
.rename = hostfs_rename,
.truncate = hostfs_truncate,
.permission = hostfs_permission,
.setattr = hostfs_setattr,
.getattr = hostfs_getattr,
Expand All @@ -910,7 +904,6 @@ static struct inode_operations hostfs_dir_iops = {
.rmdir = hostfs_rmdir,
.mknod = hostfs_mknod,
.rename = hostfs_rename,
.truncate = hostfs_truncate,
.permission = hostfs_permission,
.setattr = hostfs_setattr,
.getattr = hostfs_getattr,
Expand Down

0 comments on commit 2f1a9c7

Please sign in to comment.