Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253836
b: refs/heads/master
c: a63ab94
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jun 20, 2011
1 parent 54e2b84 commit bec1c69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 6b419951f1e44c8a46fccfc6551eca9a9980acd6
refs/heads/master: a63ab94d67879bc0630ea9821c582ddf58ba5527
8 changes: 0 additions & 8 deletions trunk/fs/logfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,6 @@ static int logfs_symlink(struct inode *dir, struct dentry *dentry,
return __logfs_create(dir, dentry, inode, target, destlen);
}

static int logfs_permission(struct inode *inode, int mask, unsigned int flags)
{
if (flags & IPERM_FLAG_RCU)
return -ECHILD;
return generic_permission(inode, mask, flags, NULL);
}

static int logfs_link(struct dentry *old_dentry, struct inode *dir,
struct dentry *dentry)
{
Expand Down Expand Up @@ -820,7 +813,6 @@ const struct inode_operations logfs_dir_iops = {
.mknod = logfs_mknod,
.rename = logfs_rename,
.rmdir = logfs_rmdir,
.permission = logfs_permission,
.symlink = logfs_symlink,
.unlink = logfs_unlink,
};
Expand Down

0 comments on commit bec1c69

Please sign in to comment.