~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to fs/jfs/jfs_dmap.h

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
        __le32 dn_maxag;        /* 4: max active alloc group number     */
211
211
        __le32 dn_agpref;       /* 4: preferred alloc group (hint)      */
212
212
        __le32 dn_aglevel;      /* 4: dmapctl level holding the AG      */
213
 
        __le32 dn_agheigth;     /* 4: height in dmapctl of the AG       */
 
213
        __le32 dn_agheight;     /* 4: height in dmapctl of the AG       */
214
214
        __le32 dn_agwidth;      /* 4: width in dmapctl of the AG        */
215
215
        __le32 dn_agstart;      /* 4: start tree index at AG height     */
216
216
        __le32 dn_agl2size;     /* 4: l2 num of blks per alloc group    */
229
229
        int dn_maxag;           /* max active alloc group number        */
230
230
        int dn_agpref;          /* preferred alloc group (hint)         */
231
231
        int dn_aglevel;         /* dmapctl level holding the AG         */
232
 
        int dn_agheigth;        /* height in dmapctl of the AG          */
 
232
        int dn_agheight;        /* height in dmapctl of the AG          */
233
233
        int dn_agwidth;         /* width in dmapctl of the AG           */
234
234
        int dn_agstart;         /* start tree index at AG height        */
235
235
        int dn_agl2size;        /* l2 num of blks per alloc group       */
255
255
#define db_agsize       db_bmap.dn_agsize
256
256
#define db_agl2size     db_bmap.dn_agl2size
257
257
#define db_agwidth      db_bmap.dn_agwidth
258
 
#define db_agheigth     db_bmap.dn_agheigth
 
258
#define db_agheight     db_bmap.dn_agheight
259
259
#define db_agstart      db_bmap.dn_agstart
260
260
#define db_numag        db_bmap.dn_numag
261
261
#define db_maxlevel     db_bmap.dn_maxlevel