]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
pci: write file size to inode on proc bus file write
authorDavid Rientjes <rientjes@google.com>
Thu, 27 Sep 2007 20:41:17 +0000 (13:41 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 22:03:17 +0000 (15:03 -0700)
commitecb3908046ce9ce7feb44e2c2cf77ccdbe231f70
treef890bb10d570e253e1ee29850e36c94512cabcec
parentcd68602f36ceb65b24a9abcae10ca04a933c07fd
pci: write file size to inode on proc bus file write

When a /proc/bus/pci file is written to, the size of that PCI device's
configuration space must be written to the inode.  Otherwise, it is
possible for the file to specify a size of 0 on stat if a task is holding
the same file open.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/proc.c