]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ext4/dir.c
Merge branches 'release' and 'dmi' into release
[mv-sheeva.git] / fs / ext4 / dir.c
index 145a9c0c972d5b4ad22e0dfbce4ed6453d74883a..33888bb58144fc1660d4106dbcbd689b560d2aa0 100644 (file)
@@ -124,7 +124,7 @@ static int ext4_readdir(struct file * filp,
        offset = filp->f_pos & (sb->s_blocksize - 1);
 
        while (!error && !stored && filp->f_pos < inode->i_size) {
-               unsigned long blk = filp->f_pos >> EXT4_BLOCK_SIZE_BITS(sb);
+               ext4_lblk_t blk = filp->f_pos >> EXT4_BLOCK_SIZE_BITS(sb);
                struct buffer_head map_bh;
                struct buffer_head *bh = NULL;