Skip to content

Commit

Permalink
staging/lustre/llite: get rid of backing_dev_info
Browse files Browse the repository at this point in the history
With removal of backing_dev_info from struct address_space,
we don't need to assign it in Lustre either.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Jens Axboe <axboe@fb.com>
  • Loading branch information
Oleg Drokin authored and Jens Axboe committed Jan 21, 2015
1 parent df0ce26 commit 1f199ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/lustre/lustre/llite/llite_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1812,10 +1812,6 @@ void ll_read_inode2(struct inode *inode, void *opaque)

/* OIDEBUG(inode); */

/* initializing backing dev info. */
inode->i_mapping->backing_dev_info = &s2lsi(inode->i_sb)->lsi_bdi;


if (S_ISREG(inode->i_mode)) {
struct ll_sb_info *sbi = ll_i2sbi(inode);

Expand Down

0 comments on commit 1f199ed

Please sign in to comment.