]> git.baikalelectronics.ru Git - kernel.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)
commit14495c5b8152e4383172f3f372fd070866e01aa3
treef890bb10d570e253e1ee29850e36c94512cabcec
parent8aafc563ce683e669f30f8e527a5416dd2e0ac09
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