OpenAFS CVS Commit: openafs/src/afs/LINUX by shadow
   
    cvs@GRAND.CENTRAL.ORG
     
    cvs@GRAND.CENTRAL.ORG
       
    Sat, 08 Nov 2008 11:09:28 EST
    
    
  
Update of /cvs/openafs/src/afs/LINUX
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/afs/LINUX
Modified Files:
	osi_vfsops.c osi_vnodeops.c 
Log Message:
DELTA linux-disable-readahad-20081108
AUTHOR marc.c.dionne@gmail.com
LICENSE IPL10
FIXES 123604
The code has long contained a backing_dev_info structure, but it
was never attached to anything.  Initialize its use properly with
bdi_init, and attach it to i_mapping for every newly filled inode.
bdi_init and bdi_destroy are needed for proper initialization of
some percpu counters, otherwise we get some oopses.
--- DELTA config follows ---
linux-disable-readahad-20081108 openafs/src/afs/LINUX/osi_vfsops.c 1.60 1.61
linux-disable-readahad-20081108 openafs/src/afs/LINUX/osi_vnodeops.c 1.161 1.162