summaryrefslogtreecommitdiff
path: root/procfs
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-05-02 00:20:05 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-05-02 00:20:05 +0000
commitaa1e702eee5866264fcc7ce6d1d34f09175ce8fd (patch)
treea250ce21e54134e60a87e0ca114687d87005825b /procfs
parentaab424abe8eea59e25a498e25fc3ee797a96bf29 (diff)
parentfa9f3b3566f8b3c792072472e3230fabf46407f2 (diff)
Merge branch 'procfs-jkoenig' into procfs-jkoenig-moved
Diffstat (limited to 'procfs')
-rw-r--r--procfs/process.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/procfs/process.c b/procfs/process.c
index 68eb50a0..c5ef7d8a 100644
--- a/procfs/process.c
+++ b/procfs/process.c
@@ -382,14 +382,6 @@ process_lookup_pid (struct ps_context *pc, pid_t pid, struct node **np)
return EIO;
}
- /* FIXME: have a separate proc_desc structure for each file, so this can be
- accessed in a more robust and straightforward way. */
- ((struct process_file_desc *) entries[2].hook)->mode = opt_stat_mode;
-
- /* FIXME: have a separate proc_desc structure for each file, so this can be
- accessed in a more robust and straightforward way. */
- ((struct process_file_desc *) entries[2].hook)->mode = opt_stat_mode;
-
*np = procfs_dir_make_node (&dir_ops, ps);
if (! *np)
return ENOMEM;