From 681b1377f2b76e2476331120a376a18d412c048d Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Thu, 29 Apr 2010 20:35:29 +0200 Subject: [PATCH] --- yaml --- r: 190422 b: refs/heads/master c: 3c2023dd8ed31e2ecfbb2d5aa20e8884d4b339e2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/exofs/exofs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dd9b64f50bbb..e7141762f459 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5477d0face8a3ba4e9a1e7283692fff9c92f8e5e +refs/heads/master: 3c2023dd8ed31e2ecfbb2d5aa20e8884d4b339e2 diff --git a/trunk/fs/exofs/exofs.h b/trunk/fs/exofs/exofs.h index 54373278a353..22721b2fd890 100644 --- a/trunk/fs/exofs/exofs.h +++ b/trunk/fs/exofs/exofs.h @@ -85,6 +85,7 @@ struct exofs_sb_info { u32 s_next_generation; /* next gen # to use */ atomic_t s_curr_pending; /* number of pending commands */ uint8_t s_cred[OSD_CAP_LEN]; /* credential for the fscb */ + struct backing_dev_info bdi; /* register our bdi with VFS */ struct pnfs_osd_data_map data_map; /* Default raid to use * FIXME: Needed ? @@ -93,7 +94,6 @@ struct exofs_sb_info { struct exofs_layout layout; /* Default files layout, * contains the variable osd_dev * array. Keep last */ - struct backing_dev_info bdi; struct osd_dev *_min_one_dev[1]; /* Place holder for one dev */ };