]> Pileus Git - ~andy/linux/blobdiff - fs/reiserfs/procfs.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[~andy/linux] / fs / reiserfs / procfs.c
index e60e87035bb3eac8ed3047b392dd5a71b13ee0c3..9cc0740adffa1cc7f6672b22215fd910505f0bda 100644 (file)
@@ -281,7 +281,7 @@ static int show_oidmap(struct seq_file *m, struct super_block *sb)
        }
 #if defined( REISERFS_USE_OIDMAPF )
        if (sb_info->oidmap.use_file && (sb_info->oidmap.mapf != NULL)) {
-               loff_t size = sb_info->oidmap.mapf->f_path.dentry->d_inode->i_size;
+               loff_t size = file_inode(sb_info->oidmap.mapf)->i_size;
                total_used += size / sizeof(reiserfs_oidinterval_d_t);
        }
 #endif