Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30242
b: refs/heads/master
c: 22c2c5d
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jun 26, 2006
1 parent 5acecfe commit e728f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 68602066c3327fa340899609d715781eda423751
refs/heads/master: 22c2c5d75e6ad4b9ac41269476b32ba8c9fe263f
5 changes: 0 additions & 5 deletions trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,10 +927,6 @@ static struct file_operations proc_oom_adjust_operations = {
.write = oom_adjust_write,
};

static struct inode_operations proc_mem_inode_operations = {
.permission = proc_permission,
};

#ifdef CONFIG_AUDITSYSCALL
#define TMPBUFLEN 21
static ssize_t proc_loginuid_read(struct file * file, char __user * buf,
Expand Down Expand Up @@ -1697,7 +1693,6 @@ static struct dentry *proc_pident_lookup(struct inode *dir,
#endif
case PROC_TID_MEM:
case PROC_TGID_MEM:
inode->i_op = &proc_mem_inode_operations;
inode->i_fop = &proc_mem_operations;
break;
#ifdef CONFIG_SECCOMP
Expand Down

0 comments on commit e728f21

Please sign in to comment.