~ubuntu-branches/ubuntu/oneiric/ebtables/oneiric

« back to all changes in this revision

Viewing changes to include/linux/types.h

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-05-07 16:50:04 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100507165004-r1chmd9v22r6uj3t
Tags: 2.0.9.2-1
* New upstream release
* Refresh patches
* Switch to dpkg-source 3.0 (quilt) format
* Bump Standards version to 3.8.4
* Added homepage tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 *
132
132
 * blkcnt_t is the type of the inode's block count.
133
133
 */
134
 
#ifdef CONFIG_LBD
 
134
#ifdef CONFIG_LBDAF
135
135
typedef u64 sector_t;
136
136
typedef u64 blkcnt_t;
137
137
#else