Merge tag 'batadv-net-for-davem-20170301' of git://git.open-mesh.org/linux-merge
[linux-2.6-microblaze.git] / fs / direct-io.c
index c87bae4..a04ebea 100644 (file)
@@ -587,7 +587,7 @@ static int dio_set_defer_completion(struct dio *dio)
 /*
  * Call into the fs to map some more disk blocks.  We record the current number
  * of available blocks at sdio->blocks_available.  These are in units of the
- * fs blocksize, (1 << inode->i_blkbits).
+ * fs blocksize, i_blocksize(inode).
  *
  * The fs is allowed to map lots of blocks at once.  If it wants to do that,
  * it uses the passed inode-relative block number as the file offset, as usual.