[PATCH 4/4] xfs: remove block number from inode lookup code

Christoph Hellwig hch at infradead.org
Fri Jun 18 03:22:29 CDT 2010


> -	ip->i_imap.im_blkno = bno;
> +	ip->i_imap.im_blkno = 0;
>  	error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags);

The im_blkno initialization before calling xfs_imap can be removed now.




More information about the xfs mailing list