patch-2.1.55 linux/fs/proc/fd.c
Next file: linux/fs/proc/root.c
Previous file: linux/fs/pipe.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Sun Sep 7 14:00:24 1997
- Orig file:
v2.1.54/linux/fs/proc/fd.c
- Orig date:
Thu Jul 17 10:06:07 1997
diff -u --recursive --new-file v2.1.54/linux/fs/proc/fd.c linux/fs/proc/fd.c
@@ -13,7 +13,7 @@
#include <linux/proc_fs.h>
#include <linux/stat.h>
-static int proc_readfd(struct inode *, struct file *, void *, filldir_t);
+static int proc_readfd(struct file *, void *, filldir_t);
static int proc_lookupfd(struct inode *, struct dentry *);
static struct file_operations proc_fd_operations = {
@@ -124,13 +124,14 @@
#define NUMBUF 10
-static int proc_readfd(struct inode * inode, struct file * filp,
+static int proc_readfd(struct file * filp,
void * dirent, filldir_t filldir)
{
char buf[NUMBUF];
struct task_struct * p, **tarrayp;
unsigned int fd, pid, ino;
unsigned long i,j;
+ struct inode *inode = filp->f_dentry->d_inode;
if (!inode || !S_ISDIR(inode->i_mode))
return -EBADF;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov