[PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole support
[sfrench/cifs-2.6.git] / fs / file_table.c
index bc35a40417d7ada53223f5c93ed26875af97a646..24f25a057d9c131f94f1f2eb2400739958d09a95 100644 (file)
@@ -174,6 +174,7 @@ void fastcall __fput(struct file *file)
        fops_put(file->f_op);
        if (file->f_mode & FMODE_WRITE)
                put_write_access(inode);
+       put_pid(file->f_owner.pid);
        file_kill(file);
        file->f_dentry = NULL;
        file->f_vfsmnt = NULL;