exofs: Set i_mapping->backing_dev_info anyway
authorBoaz Harrosh <Boaz Harrosh bharrosh@panasas.com>
Thu, 7 Oct 2010 18:28:18 +0000 (14:28 -0400)
committerBoaz Harrosh <bharrosh@panasas.com>
Mon, 18 Oct 2010 18:16:02 +0000 (20:16 +0200)
commit115e19c53501edc11f730191f7f047736815ae3d
treeeddb72bc6ed53acf0bba8a98ebbda438b63997ae
parent7aebf4106b4263667696485303af498aa1eea9ef
exofs: Set i_mapping->backing_dev_info anyway

Though it has been promised that inode->i_mapping->backing_dev_info
is not used and the supporting code is fine. Until the pointer
will default to NULL, I'd rather it points to the correct thing
regardless.

At least for future infrastructure coder it is a clear indication
of where are the key points that inodes are initialized.
I know because it took me time to find this out.

Signed-off-by: Boaz Harrosh <Boaz Harrosh bharrosh@panasas.com>
fs/exofs/inode.c