Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106349
b: refs/heads/master
c: 7ac6cd6
h: refs/heads/master
i:
  106347: 55cfde4
v: v3
  • Loading branch information
Miklos Szeredi authored and Al Viro committed Jul 27, 2008
1 parent ef37d1a commit b1dc252
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: d2d9648ec6858e19d16a0b16da62534e85888653
refs/heads/master: 7ac6cd653d7c31ad6b7bb5b88c549c4ebf628c34
7 changes: 0 additions & 7 deletions trunk/fs/hppfs/hppfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,20 +655,13 @@ static void *hppfs_follow_link(struct dentry *dentry, struct nameidata *nd)
return proc_dentry->d_inode->i_op->follow_link(proc_dentry, nd);
}

int hppfs_permission(struct inode *inode, int mask, struct nameidata *nd)
{
return generic_permission(inode, mask, NULL);
}

static const struct inode_operations hppfs_dir_iops = {
.lookup = hppfs_lookup,
.permission = hppfs_permission,
};

static const struct inode_operations hppfs_link_iops = {
.readlink = hppfs_readlink,
.follow_link = hppfs_follow_link,
.permission = hppfs_permission,
};

static struct inode *get_inode(struct super_block *sb, struct dentry *dentry)
Expand Down

0 comments on commit b1dc252

Please sign in to comment.