commit | ecb3908046ce9ce7feb44e2c2cf77ccdbe231f70 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Thu Sep 27 13:41:17 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 15:03:17 2007 -0700 |
tree | f890bb10d570e253e1ee29850e36c94512cabcec | |
parent | cd68602f36ceb65b24a9abcae10ca04a933c07fd [diff] |
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>