~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to modules/linux/vmblock/linux/file.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "driver-config.h"
27
27
#include <linux/module.h>
28
 
#include "compat_fs.h"
29
 
#include "compat_sched.h"
 
28
#include <linux/fs.h>
 
29
#include <linux/sched.h>
 
30
#include <linux/pagemap.h>
30
31
 
31
32
#include "vmblockInt.h"
32
33
#include "filesystem.h"