patch-2.6.6-vs1.9.0
[linux-2.6.git] / include / linux / proc_fs.h
index 2d439a8..3c32260 100644 (file)
@@ -55,6 +55,7 @@ struct proc_dir_entry {
        nlink_t nlink;
        uid_t uid;
        gid_t gid;
+       int vx_flags;
        unsigned long size;
        struct inode_operations * proc_iops;
        struct file_operations * proc_fops;
@@ -237,9 +238,11 @@ extern struct kcore_list *kclist_del(void *);
 struct proc_inode {
        struct task_struct *task;
        int type;
+       int vx_flags;
        union {
                int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
                int (*proc_read)(struct task_struct *task, char *page);
+               int (*proc_vid_read)(int vid, char *page);
        } op;
        struct proc_dir_entry *pde;
        struct inode vfs_inode;